diff --git a/docker/Dockerfile b/docker/Dockerfile index de2a781e..bb629709 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -51,7 +51,6 @@ RUN mkdir ${HOME} \ && git config --global pull.ff only \ && git clone -b master ${REPO_URL} ${WORKDIR} --depth=1 --recurse-submodule \ && git config --global --add safe.directory ${WORKDIR} -RUN sysctl -p 2>/dev/null || echo "You do not have sufficient permissions to run sysctl -p" COPY --chmod=755 ./rootfs / EXPOSE 3000 VOLUME ["/config"] diff --git a/docker/debian.Dockerfile b/docker/debian.Dockerfile index 5acb30cf..10786aec 100644 --- a/docker/debian.Dockerfile +++ b/docker/debian.Dockerfile @@ -71,7 +71,6 @@ RUN set -xe \ && git config --global pull.ff only \ && git clone -b master ${REPO_URL} ${WORKDIR} --depth=1 --recurse-submodule \ && git config --global --add safe.directory ${WORKDIR} -RUN sysctl -p 2>/dev/null || echo "You do not have sufficient permissions to run sysctl -p" COPY --chmod=755 ./rootfs / EXPOSE 3000 VOLUME [ "/config" ]