mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Dockerfile apt => apt-get
This commit is contained in:
parent
b2c9d47b0f
commit
d2ce41694f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ RUN \
|
|||
useradd --user-group --system --home-dir /home/wekan wekan && \
|
||||
\
|
||||
# OS dependencies
|
||||
apt update -y && apt install -y --no-install-recommends ${BUILD_DEPS} && \
|
||||
apt-get update -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
|
||||
\
|
||||
# Gosu installation
|
||||
GOSU_ARCHITECTURE="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue