2
0
Эх сурвалжийг харах

Dockerfile apt => apt-get

Lauri Ojansivu 7 жил өмнө
parent
commit
d2ce41694f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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 }')" && \