Skip to content

Commit

Permalink
git added
Browse files Browse the repository at this point in the history
  • Loading branch information
arrpt committed Oct 29, 2023
1 parent 1e31650 commit cb15913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=amd64 mcr.microsoft.com/devcontainers/base:jammy
RUN sudo apt update && sudo apt upgrade -y
RUN sudo apt install python3 python3-pip -y
RUN sudo apt install python3 python3-pip git -y
RUN sudo apt clean && sudo rm -rf /var/lib/apt/lists/*
RUN sudo pip3 cache purge

0 comments on commit cb15913

Please sign in to comment.