Skip to content

Commit

Permalink
Add git to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Jul 31, 2023
1 parent dbf284d commit 201a410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM julia:1.9.2
LABEL maintainer="Maarten Pronk <[email protected]>"

RUN apt-get update && apt-get install -y \
g++ gcc \
g++ git gcc \
&& rm -rf /var/lib/apt/lists/*
ADD . /app
WORKDIR /app/build/create_binaries/
Expand Down

0 comments on commit 201a410

Please sign in to comment.