diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 1ccc5f764..5f5462d1a 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -37,6 +37,8 @@ ENV ORIGIN_REPO_MAIN=${ORIGIN_REPO_MAIN} ENV ORIGIN_REPO_XACCEL=${ORIGIN_REPO_XACCEL} ENV ORIGIN_COMMIT=${ORIGIN_COMMIT} +RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel + ENV OWNER_UID=1000 ENV OWNER_GID=1000