Add Drone configuration
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-02-09 19:55:42 +02:00
committed by Lauri Võsandi
parent ab0a8f8cfd
commit 197e4bcbab
2 changed files with 20 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
FROM python
FROM python:alpine
RUN apk add --no-cache gcc make musl-dev linux-headers
RUN pip install motor sanic sanic-prometheus sanic_wtf
RUN apk del gcc make musl-dev linux-headers
ADD lease.py /
CMD /lease.py