Skip to content

Commit

Permalink
add git into env
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryYuki committed Aug 25, 2024
1 parent ecf6674 commit 8f7c0f1
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 @@ -30,6 +30,7 @@ RUN adduser \
# install pkg-config and mysqlclient dependencies to build mysqlclient
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
git \
libmariadb-dev-compat \
libmariadb-dev \
pkg-config \
Expand Down

0 comments on commit 8f7c0f1

Please sign in to comment.