Skip to content

Commit

Permalink
Update debian_large
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel authored Nov 6, 2023
1 parent 6ba8358 commit 3024820
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/debian_large
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN apt-get update && apt-get -y upgrade && \

# Make a user, then copy over the /example directory
RUN useradd -m user && echo "user:password" | chpasswd
COPY --chown=user:user ./examples /home/user/examples
COPY --chown=user:user ./command-line-treasure-hunt /home/user/command-line-treasure-hunt
RUN chmod -R +x /home/user/examples/lua
COPY --chown=user:user ./data /home/user/data
RUN echo 'root:password' | chpasswd
CMD [ "/bin/bash" ]

0 comments on commit 3024820

Please sign in to comment.