M: Fix ENV format

This commit is contained in:
Ivan 2025-05-15 12:37:11 +03:00
parent addcd52cb6
commit 32eee7ca0b

View File

@ -28,8 +28,8 @@ RUN apt-get update -qq && \
FROM python-base AS builder
# Set env variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
COPY ./requirements.txt ./
RUN python3.12 -m pip wheel \