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

Switch to slim base image

parent 27d0a99c
No related branches found
No related tags found
No related merge requests found
FROM python:3.9.12-bullseye AS base
FROM python:3.9.12-slim-bullseye AS base
ENV PYTHONUNBUFFERED=1
WORKDIR /steering
COPY requirements.txt .
RUN apt-get update && apt-get install -y libmagic1
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
......
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