Remove git

This commit is contained in:
nicco 2018-04-26 16:49:16 +02:00
parent c960687821
commit 3b24dcbe6a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ WORKDIR /app
RUN apk add --no-cache git python3
RUN git clone https://github.com/instabot-py/instabot.py.git .
RUN python3 -m pip install --no-cache-dir -r requirements.txt
RUN apk del --prune git
COPY ./app.py .