Skip to content

Commit

Permalink
fix: added ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico authored Aug 6, 2024
1 parent 97c1e7a commit dedb70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deployment-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MAINTAINER Joschua Becker EDV <[email protected]>

RUN apk add --no-cache zip
RUN apk add --no-cache curl
RUN apk add --no-cache ca-certificates

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit dedb70a

Please sign in to comment.