Update Dockerfile

This commit is contained in:
Alexandre
2022-03-09 20:03:48 +01:00
committed by GitHub
parent 18ef0aaa33
commit ef5d22f2e3

View File

@@ -68,7 +68,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
RUN set -x && \
apt-get update && apt-get install -y dos2unix && \
chmod -R +x /etc/cont-init.d/* \
chmod -R +x /etc/cont-init.d/* && \
dos2unix /etc/cont-init.d/*
#RUN chmod 777 /entrypoint.sh