Skip to content

Commit

Permalink
Merge pull request #562 from sul-dlss/git-dockerfile
Browse files Browse the repository at this point in the history
Add git to the docker image
  • Loading branch information
mjgiarlo committed Jan 13, 2020
2 parents 5d15a77 + f8be214 commit bf02a57
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 @@ -15,6 +15,7 @@ ENV SETTINGS__SSL__KEY_PASS="${SETTINGS__SSL__KEY_PASS}"
# postgresql-client is required for invoke.sh
RUN apk add --update --no-cache \
build-base \
git \
postgresql-dev \
postgresql-client \
tzdata
Expand Down

0 comments on commit bf02a57

Please sign in to comment.