Skip to content

Commit

Permalink
Add git to testing image
Browse files Browse the repository at this point in the history
`README.md` instructs to install `git`. Assume it's available during
testing.
  • Loading branch information
cristiklein committed Oct 23, 2024
1 parent 1ea1f70 commit 2fce0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN \
apt-get update \
&& apt-get install -yyq \
git \
ubuntu-desktop-minimal \
ubuntu-minimal \
ubuntu-standard
Expand Down

0 comments on commit 2fce0d1

Please sign in to comment.