Skip to content

Commit

Permalink
feature: adding go and the LFT RSA-Toy lab
Browse files Browse the repository at this point in the history
  • Loading branch information
entlein committed Feb 15, 2024
1 parent c39be19 commit b9da155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/debian_db
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=i386 i386/debian:buster
FROM --platform=i386 i386/golang:bullseye
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get clean && apt-get update && apt-get -y upgrade &&\
Expand All @@ -8,7 +8,7 @@ RUN apt-get clean && apt-get update && apt-get -y upgrade &&\
patch wamerican ucf curl \
file make dialog \
less cowsay netcat-openbsd \
sqlite3 golang-go
sqlite3

RUN useradd -m user && echo "user:password" | chpasswd
COPY --chown=user:user ./examples /home/user/examples
Expand Down

0 comments on commit b9da155

Please sign in to comment.