mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
Removed dist-upgrade from Dockerfile, trying to fix docker build.
This commit is contained in:
parent
52aa22f36a
commit
b2c9d47b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN \
|
||||||
useradd --user-group --system --home-dir /home/wekan wekan && \
|
useradd --user-group --system --home-dir /home/wekan wekan && \
|
||||||
\
|
\
|
||||||
# OS dependencies
|
# OS dependencies
|
||||||
apt-get update -y && apt-get dist-upgrade -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
|
apt update -y && apt install -y --no-install-recommends ${BUILD_DEPS} && \
|
||||||
\
|
\
|
||||||
# Gosu installation
|
# Gosu installation
|
||||||
GOSU_ARCHITECTURE="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && \
|
GOSU_ARCHITECTURE="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue