More Dockerfile updates
This commit is contained in:
parent
5f7775cb3e
commit
9eef8155c9
@ -1,5 +1,5 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
RUN apk add build-base
|
RUN apk add build-base python3 python3-pip ipython3 build-essential python-dev python3-dev
|
||||||
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,5 +1,5 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
RUN apk add build-base
|
RUN apk add build-base python3 python3-pip ipython3 build-essential python-dev python3-dev
|
||||||
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