Merge branch 'master' of ssh://luker.duckdns.org/ldooks/dragon-bot
This commit is contained in:
commit
ffa4d897a9
@ -1,7 +1,7 @@
|
||||
FROM python:3.6.2-alpine3.6
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN apk update && \
|
||||
apk add --no-cache docker && \
|
||||
apk add --no-cache docker build-base && \
|
||||
pip install -U pip && \
|
||||
pip install -r requirements.txt
|
||||
ADD app /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user