Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 26, 2024
1 parent 1e047dd commit 5a94ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion username-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y tar python3 nano sudo jq \
apt-get install -y tar python3 nano sudo jq git \
&& apt-get autoremove -y && \
apt-get clean

Expand Down

0 comments on commit 5a94ab6

Please sign in to comment.