Upgrade to latest packages.

This commit is contained in:
Lauri Ojansivu 2017-05-07 14:20:51 +03:00
parent 4e27e975be
commit c4e2f79ddf

View file

@ -29,7 +29,7 @@ RUN \
useradd --user-group --system --home-dir /home/wekan wekan && \
\
# OS dependencies
apt-get update -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
apt-get update -y && apt-get dist-upgrade -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
\
# Gosu installation
GOSU_ARCHITECTURE="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && \