This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user