Bugfix
This commit is contained in:
parent
f35fae26b6
commit
5f7775cb3e
@ -1,4 +1,5 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
|
RUN apk add build-base
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
|
RUN apk add build-base
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user