1
1
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-11-22 02:31:57 +01:00

update apk before add

This commit is contained in:
vx3r 2020-02-03 19:23:40 +09:00
parent 8e4d599a14
commit 500c3e005b

@ -7,7 +7,7 @@ ADD .env .
ADD ui/dist ui/dist
RUN chmod +x ./wg-gen-web-linux-amd64
RUN apk add --no-cache ca-certificates
RUN apk update && apk --no-cache add wget ca-certificates
EXPOSE 8080