Initial commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3-alpine
|
||||
RUN apk add --update --no-cache openvpn curl bash
|
||||
RUN pip install requests
|
||||
ADD helpers /helpers
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT /entrypoint.sh
|
Reference in New Issue
Block a user