Make sure to use python3 everywhere

This commit is contained in:
Roman Krček
2024-10-06 13:47:14 +02:00
parent c90f430741
commit 6bb6180f6c

View File

@@ -8,7 +8,7 @@ FROM base AS builder
COPY requirements.txt ./
RUN --mount=type=cache,target=/tmp/pip_cache \
python -m pip install --upgrade pip && \
python3 -m pip install --upgrade pip && \
pip install \
-r requirements.txt \
--extra-index-url https://www.piwheels.org/simple \