Remove build essential
This commit is contained in:
parent
717837661d
commit
c8658fe6f3
@ -1,6 +1,6 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add build-base python3 python3-pip ipython3 build-essential python-dev python3-dev
|
RUN apk add build-base python3 python3-pip ipython3 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,6 +1,6 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add build-base python3 python3-pip ipython3 build-essential python-dev python3-dev
|
RUN apk add build-base python3 python3-pip ipython3 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