mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2025-09-05 12:50:40 +00:00
Remove git
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
Reference in New Issue
Block a user