This commit is contained in:
Vivek Santayana 2021-08-05 22:59:52 +01:00
parent f35fae26b6
commit 5f7775cb3e
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM python:alpine
RUN apk add build-base
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --upgrade pip

View File

@ -1,4 +1,5 @@
FROM python:alpine
RUN apk add build-base
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --upgrade pip