Skip to content

Commit

Permalink
Add zip and unzip to container
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Nov 17, 2022
1 parent 62d21ad commit 1b6f334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:buster

RUN apt-get -y update
RUN apt-get -y install vim wget git fonts-liberation fontconfig-config tmux xterm pulseaudio
RUN apt-get -y install vim wget git fonts-liberation fontconfig-config tmux xterm pulseaudio zip unzip
RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb \
-O packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
Expand Down

0 comments on commit 1b6f334

Please sign in to comment.