We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3936fa1 commit 5337f7bCopy full SHA for 5337f7b
Dockerfile
@@ -12,7 +12,7 @@ DEBIAN_FRONTEND=noninteractive
12
RUN BUILD_DEPS='software-properties-common python-software-properties' \
13
&& dpkg-reconfigure locales \
14
&& apt-get install --no-install-recommends -y $BUILD_DEPS
15
-RUN apt-get update && apt-get upgrade
+RUN apt-get update && apt-get -y upgrade
16
17
RUN add-apt-repository -y ppa:ondrej/php \
18
&& add-apt-repository -y ppa:ondrej/apache2 \
0 commit comments