mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
use full url for base image (found by seth troisi to save 5s from docker build time) (#124)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:20-slim
|
FROM docker.io/library/node:20-slim
|
||||||
|
|
||||||
# install minimal set of packages, then clean up
|
# install minimal set of packages, then clean up
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
|||||||
Reference in New Issue
Block a user