diff --git a/Dockerfile b/Dockerfile index 788cf64..d70cedf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN ls -lh && chmod +x ./app FROM alpine +RUN apk --no-cache add ca-certificates wireguard-tools jq iptables + WORKDIR /app RUN mkdir -p db