Add -y to install docker-ce when build image

This commit is contained in:
Fengjin Chen
2021-08-02 12:40:22 +08:00
committed by chenfengjin
parent 964fb3ca76
commit 7b300f556c
+1 -1
View File
@@ -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 | \