From 3b24dcbe6aa3ae9ddf58e7555e9f17664e4c922a Mon Sep 17 00:00:00 2001 From: nicco Date: Thu, 26 Apr 2018 16:49:16 +0200 Subject: [PATCH] Remove git --- bot/dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/dockerfile b/bot/dockerfile index 173fec1..9aaceb3 100644 --- a/bot/dockerfile +++ b/bot/dockerfile @@ -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 .