parent
8e9b2da2ad
commit
df8dbb2dba
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
FROM python:alpine |
||||
WORKDIR /app |
||||
RUN apk add wireguard-tools |
||||
COPY requirements.txt requirements.txt |
||||
RUN pip3 install -r requirements.txt |
||||
COPY . . |
Loading…
Reference in new issue