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 1431840 commit d754dfbCopy full SHA for d754dfb
1 file changed
Dockerfile
@@ -35,7 +35,6 @@ ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k stop"
35
# required packages
36
RUN set -x \
37
&& apt-get update \
38
- && apt-get upgrade -y \
39
&& apt-get install --no-install-recommends --no-install-suggests -y \
40
${BUILD_DEPS} \
41
${RUN_DEPS} \
0 commit comments