We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d0187 commit 46ade84Copy full SHA for 46ade84
python/3.10-slim/Dockerfile
@@ -5,7 +5,7 @@ ARG SOURCEKNIGHT_VERSION
5
6
RUN apt update && apt install git jq -y --no-install-recommends
7
8
-RUN pip install git+https://github.com/maxime1907/sourceknight@fixrequirements yq
+RUN pip install git+https://github.com/maxime1907/sourceknight yq
9
10
COPY "entrypoint.sh" "/entrypoint.sh"
11
0 commit comments