add uvx
Some checks failed
Go CI / Test (push) Failing after 19s
Go CI / Build (push) Successful in 38s
Build and Push container / build_concierge_backend (push) Successful in 1m24s

This commit is contained in:
Angel Nunez Mencias 2025-06-02 03:55:14 +02:00
parent c3e2abd2bc
commit 8e80e2956c
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg

View file

@ -34,6 +34,8 @@ RUN apt-get update \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install uvenv --break-system-packages
WORKDIR /app WORKDIR /app
COPY --from=build /workspace/openmcpauthproxy /app/ COPY --from=build /workspace/openmcpauthproxy /app/