فهرست منبع

Dockerfile: use set -o xtrace

This allows to see the progress of the generation of the
Docker image.
Benjamin Tissoires 7 سال پیش
والد
کامیت
ccf66905e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -136,6 +136,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
 COPY ${SRC_PATH} /home/wekan/app
 
 RUN \
+    set -o xtrace && \
     # Add non-root user wekan
     useradd --user-group --system --home-dir /home/wekan wekan && \
     \