pin orjson
Some checks failed
release-tag / release-image (push) Failing after 20m16s

This commit is contained in:
2024-07-01 22:27:30 +02:00
parent eedf2f83f0
commit ca1d0654d4
4 changed files with 57 additions and 52 deletions

View File

@@ -14,11 +14,10 @@ FROM base AS prod
ADD requirements.txt ./
RUN apt-get update && apt-get install -y build-essential cargo \
RUN apt-get update && apt-get install -y build-essential \
&& pip3 install --no-cache --upgrade pip \
&& pip3 install --no-cache -r requirements.txt \
&& rm /usr/local/bin/cargo \
&& apt-get remove -y build-essential cargo
&& apt-get remove -y build-essential
ADD projectorpi_web ./projectorpi_web