fix Debian Image (#24)

This commit is contained in:
Torsten Widmann
2021-11-21 16:10:36 +01:00
committed by GitHub
parent df3be85cba
commit a4ef920a09

View File

@@ -21,8 +21,9 @@ RUN update-locale lang=en_US.UTF-8 \
&& dpkg-reconfigure --frontend noninteractive locales
USER container
ENV USER=container HOME=/home/container
ENV USER=container
ENV HOME=/home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD [ "/bin/bash", "/entrypoint.sh" ]
CMD [ "/bin/bash", "/entrypoint.sh" ]