0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-12-18 00:13:23 +00:00

update apk before add

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

View File

@ -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