Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Draakoor authored Jun 2, 2024
1 parent bd86313 commit 8379efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMAGES/ptero-jka/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 -y
RUN apt-get install wget tar unzip -y
RUN apt-get install zlib1g curl python3 python3-pip screen -y
RUN apt-get install zlib1g curl python3 python3-pip python3-venv screen -y
RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
RUN dpkg -i packages-microsoft-prod.deb
RUN rm packages-microsoft-prod.deb
Expand Down

0 comments on commit 8379efb

Please sign in to comment.