Skip to content
Snippets Groups Projects
Commit c9fc6060 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

use bullseye

parent 7a7467c8
No related branches found
No related tags found
2 merge requests!48Deploy on k8s prod,!46use bullseye
Pipeline #109284 failed
###############################################################################
# Base image containing libs, dependencies
###############################################################################
FROM python:3.9 AS base-container-without-sources
FROM python:3.9-bullseye AS base-container-without-sources
EXPOSE 8000
ENV PYTHONPATH "${PYTHONPATH}:/usr/lib/python3/dist-packages"
......
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