Skip to content

Commit

Permalink
[FIX] List packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Hernández committed Sep 15, 2021
1 parent e1e4c78 commit f8aed75
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 @@ -34,7 +34,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \
FROM alpine:3.13
# Upgrade packages to vulnerabilities
RUN apk update && apk add \
apk-tools && \
apk-tools \
openssl

WORKDIR /
Expand Down

0 comments on commit f8aed75

Please sign in to comment.