Skip to content

Commit

Permalink
🐳 [maykinmedia/open-api-framework#66] add git to docker backend build…
Browse files Browse the repository at this point in the history
… environment
  • Loading branch information
annashamray committed Nov 26, 2024
1 parent 4f0f3f2 commit 4c1e841
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 @@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
pkg-config \
build-essential \
# only relevant when using editable/github dependencies, which is discouraged
# git \
git \
libpq-dev \
shared-mime-info \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4c1e841

Please sign in to comment.