File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LABEL maintainer="sparklyballs"
99
1010RUN \
1111 echo "**** install packages ****" && \
12- apk add --no-cache \
12+ apk add --no-cache --upgrade \
1313 curl \
1414 imagemagick \
1515 lynx \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL maintainer="sparklyballs"
1212
1313RUN \
1414 echo "**** install packages ****" && \
15- apk add --no-cache \
15+ apk add --no-cache --upgrade \
1616 curl \
1717 imagemagick \
1818 lynx \
2424 php7-exif \
2525 php7-gd \
2626 php7-imagick \
27- php7-ldap \
27+ php7-ldap \
2828 php7-mysqli \
2929 php7-mysqlnd \
3030 php7-pear \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL maintainer="sparklyballs"
1212
1313RUN \
1414 echo "**** install packages ****" && \
15- apk add --no-cache \
15+ apk add --no-cache --upgrade \
1616 curl \
1717 imagemagick \
1818 lynx \
2424 php7-exif \
2525 php7-gd \
2626 php7-imagick \
27- php7-ldap \
27+ php7-ldap \
2828 php7-mysqli \
2929 php7-mysqlnd \
3030 php7-pear \
You can’t perform that action at this time.
0 commit comments