Skip to content

Commit 5337f7b

Browse files
authored
Update Dockerfile
1 parent 3936fa1 commit 5337f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DEBIAN_FRONTEND=noninteractive
1212
RUN BUILD_DEPS='software-properties-common python-software-properties' \
1313
&& dpkg-reconfigure locales \
1414
&& apt-get install --no-install-recommends -y $BUILD_DEPS
15-
RUN apt-get update && apt-get upgrade
15+
RUN apt-get update && apt-get -y upgrade
1616

1717
RUN add-apt-repository -y ppa:ondrej/php \
1818
&& add-apt-repository -y ppa:ondrej/apache2 \

0 commit comments

Comments
 (0)