Update Dockerfile

This commit is contained in:
Alexandre
2022-03-09 19:51:46 +01:00
committed by GitHub
parent b3428b98cf
commit c15964d47e

View File

@@ -64,7 +64,10 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint #
################
RUN chmod -R +x /etc/cont-init.d/* \
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/*
#RUN chmod 777 /entrypoint.sh