Skip to content

Commit

Permalink
Add git to the nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Feb 8, 2024
1 parent 9a5dd62 commit 56d896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root-image/common.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN apt-get update && apt-get -yy upgrade && rm -rf /var/lib/apt/lists/*

# Get required apt packages
RUN apt-get update \
&& apt-get install -yy libffi8 libfuzzy2 libmagic1 \
&& apt-get install -yy libffi8 libfuzzy2 libmagic1 git\
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 56d896d

Please sign in to comment.