mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-21 23:16:23 +00:00
update pip before installing the deps
This commit is contained in:
parent
94b4794a36
commit
d90f8ad0fd
@ -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 ./ .
|
||||
|
Loading…
Reference in New Issue
Block a user