M: Fix ENV format
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Backend CI / notify-failure (push) Has been cancelled

This commit is contained in:
Ivan 2025-05-15 12:37:24 +03:00
parent 050cb4f0c0
commit bee99fbe37

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 \