Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ le code pour mettre en le multi-stage build.
FROM alpine:3.18 AS builder

# Installer Python et outils de build
RUN apk add --no-cache python3 py3-pip py3-venv build-base libffi-dev
RUN apk add --no-cache python3 py3-pip py3-virtualenv build-base libffi-dev

# Créer un venv propre
RUN python3 -m venv /venv
Expand Down