Skip to content

Commit

Permalink
Update debian_mini
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Nov 6, 2023
1 parent 3024820 commit 2a56dc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/debian_mini
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ RUN apt-get -y install apt-utils gcc \
python3 vim unzip nodejs \
fakeroot dbus base whiptail hexedit \
patch wamerican ucf manpages \
file luajit make lua50 dialog curl \
file make dialog curl \
less cowsay netcat-openbsd
RUN useradd -m user && echo "user:password" | chpasswd
COPY --chown=user:user ./command-line-treasure-hunt /home/user/command-line-treasure-hunt
COPY --chown=user:user ./data /home/user/data
RUN chmod -R +x /home/user/examples/lua
# We set WORKDIR, as this gets extracted by Webvm to be used as the cwd. This is optional.
WORKDIR /home/user/
# We set env, as this gets extracted by Webvm. This is optional.
Expand Down

0 comments on commit 2a56dc5

Please sign in to comment.