Skip to content
Snippets Groups Projects
Commit b1a7629b authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Pull from python3.9 base image & pip upgrade setuptools

parent d46c3194
No related branches found
No related tags found
No related merge requests found
Pipeline #2470 passed
FROM python:3.9.13-slim-bullseye AS base
FROM python:3.9-slim-bullseye AS base
ENV PYTHONUNBUFFERED=1
......@@ -7,7 +7,7 @@ COPY requirements.txt .
RUN apt-get update && apt-get install -y libmagic1 curl graphviz
RUN pip install --upgrade pip
RUN pip install --upgrade pip setuptools
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment