add missing workdir (#19)

This commit is contained in:
Torsten Widmann
2021-11-15 09:53:41 +01:00
committed by GitHub
parent 5bbef80956
commit 56e01559dc

View File

@@ -20,5 +20,7 @@ RUN apt install -y gcc g++ libgcc1 lib32gcc1 libc++-dev gdb libc6 git wget cur
RUN update-locale lang=en_US.UTF-8 \
&& dpkg-reconfigure --frontend noninteractive locales
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]