Update Dockerfile

This commit is contained in:
Alexandre
2022-03-09 19:54:49 +01:00
committed by GitHub
parent c15964d47e
commit 72c0c94880

View File

@@ -67,8 +67,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
RUN set -x && \
apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
dos2unix && \
chmod -R +x /etc/cont-init.d/* && \
dos2unix /etc/cont-init.d/*
chmod -R +x /etc/cont-init.d/*
#RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/init" ]