Retirer installation de file dans alpine

This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-22 16:12:33 -04:00
parent 7caa6c2f14
commit 1b88d11a56

View file

@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o app .
FROM alpine:3.17.1 FROM alpine:3.17.1
RUN apk update && apk add file --no-cache && apk upgrade --no-cache RUN apk update && apk upgrade --no-cache
WORKDIR /app WORKDIR /app