More Dockerfile updates

This commit is contained in:
Vivek Santayana 2021-08-05 23:15:24 +01:00
parent 5f7775cb3e
commit 9eef8155c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
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
WORKDIR /usr/src/app
RUN pip install --upgrade pip

View File

@ -1,5 +1,5 @@
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
WORKDIR /usr/src/app
RUN pip install --upgrade pip