Skip to content

Commit

Permalink
chore(Dockerfile): update dependencies for git and ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Jun 7, 2024
1 parent c360319 commit a604f8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ ENV PYTHONUNBUFFERED=1

WORKDIR /app

RUN apk update && apk add --no-cache git
RUN apk update && apk add --no-cache \
git \
ca-certificates

COPY --from=builder /install /usr/local

Expand Down

0 comments on commit a604f8e

Please sign in to comment.