mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2025-09-05 21:00:41 +00:00
update pip before installing the deps
This commit is contained in:
@@ -2,9 +2,10 @@ FROM alpine:3.7
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./requirements.txt .
|
||||
|
||||
RUN apk add --no-cache python3
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
|
||||
COPY ./requirements.txt .
|
||||
RUN python3 -m pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY ./ .
|
||||
|
Reference in New Issue
Block a user