Skip to content

Commit

Permalink
Fix APK
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwyszynski committed Apr 30, 2021
1 parent 6438165 commit a3a5451
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 @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o

FROM alpine:3.13.5

RUN apk.static upgrade --no-self-upgrade --available
RUN apk -U upgrade
RUN apk add --no-cache ca-certificates curl git openssh

COPY --from=builder /bin/infracost /bin/infracost
Expand Down

0 comments on commit a3a5451

Please sign in to comment.