Skip to content

Commit

Permalink
fix: Adds git for vcs build info
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Jun 21, 2023
1 parent 2ffb9eb commit c3b008e
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 @@ -5,7 +5,7 @@ ARG USER_ID
ARG GROUP_ID

# Install libvips-dev for image processing
RUN apk add --no-cache vips-dev build-base
RUN apk add --no-cache vips-dev build-base git

# Create a group and user
RUN addgroup -g $GROUP_ID mensatt && \
Expand Down

0 comments on commit c3b008e

Please sign in to comment.