Rebuild using Slim
This commit is contained in:
parent
c8658fe6f3
commit
ffe9e86357
@ -1,6 +1,4 @@
|
||||
FROM python:alpine
|
||||
RUN apk update
|
||||
RUN apk add build-base python3 python3-pip ipython3 python-dev python3-dev
|
||||
FROM python:slim
|
||||
COPY . /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
RUN pip install --upgrade pip
|
||||
|
@ -1,6 +1,4 @@
|
||||
FROM python:alpine
|
||||
RUN apk update
|
||||
RUN apk add build-base python3 python3-pip ipython3 python-dev python3-dev
|
||||
FROM python:slim
|
||||
COPY . /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
RUN pip install --upgrade pip
|
||||
|
Loading…
Reference in New Issue
Block a user