Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 5c0b8ac

Browse files
committed
change this back to pip
1 parent 33ca827 commit 5c0b8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM self-hosted as self-hosted-runtime
5656
USER root
5757
ARG EXTERNAL_DEPS_FOLDER=./external_deps
5858
RUN mkdir $EXTERNAL_DEPS_FOLDER
59-
RUN uv add --target $EXTERNAL_DEPS_FOLDER psycopg2-binary tlslite-ng
59+
RUN pip install --target $EXTERNAL_DEPS_FOLDER psycopg2-binary tlslite-ng
6060
RUN chown codecov:application $EXTERNAL_DEPS_FOLDER
6161
USER codecov
6262

0 commit comments

Comments
 (0)