Dockerfile: added full-upgrade installation
Some checks failed
continuous-integration/drone/push Build was killed
Some checks failed
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
FROM monica:apache
|
FROM monica:apache
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get full-upgrade -y && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Use the default production configuration
|
# Use the default production configuration
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user