Skip to content

Commit

Permalink
Add git to production Docker image
Browse files Browse the repository at this point in the history
Whoops.
  • Loading branch information
jb3 committed Jun 15, 2024
1 parent d9264ee commit ad78e54
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 @@ -50,7 +50,7 @@ RUN mix release
FROM ${RUNNER_IMAGE}

RUN apt-get update -y && \
apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates \
apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates git \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*

# Set the locale
Expand Down

0 comments on commit ad78e54

Please sign in to comment.