mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add -y to install docker-ce when build image
This commit is contained in:
committed by
chenfengjin
parent
964fb3ca76
commit
7b300f556c
@@ -15,7 +15,7 @@ RUN add-apt-repository \
|
||||
"deb https://download.docker.com/linux/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable"
|
||||
RUN apt-get install docker-ce-cli
|
||||
RUN apt-get -y install docker-ce-cli
|
||||
|
||||
# Install gcloud.
|
||||
RUN curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-289.0.0-linux-x86_64.tar.gz | \
|
||||
|
||||
Reference in New Issue
Block a user