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 5c278a8 commit bd86313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions IMAGES/ptero-jka/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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 screen -y
RUN python3 -m pip install --upgrade pip
RUN apt-get install zlib1g curl python3 python3-pip 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 bd86313

Please sign in to comment.