浏览代码

Removed dist-upgrade from Dockerfile, trying to fix docker build.

Lauri Ojansivu 7 年之前
父节点
当前提交
b2c9d47b0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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