Skip to content

Commit

Permalink
Add Bash lang dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Nov 20, 2023
1 parent 6c781e8 commit b14f68c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dodona-tested.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ RUN mkdir -p /usr/share/man/man1mkdir -p /usr/share/man/man1 \
&& apt-get update \
# Install additional dependencies
&& apt-get install -y --no-install-recommends \
procps=2:3.3.17-5 \
dos2unix=7.4.1-1 \
procps \
dos2unix \
curl \
zip=3.0-12 \
unzip=6.0-26+deb11u1 \
zip \
unzip \
# Bash language dependencies
bc binutils bsdmainutils cowsay ed figlet file toilet tree vim xxd \
&& curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb --output packages-microsoft-prod.deb \
&& dpkg -i packages-microsoft-prod.deb \
&& rm packages-microsoft-prod.deb \
Expand Down

0 comments on commit b14f68c

Please sign in to comment.