We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a7a5e commit f2aaa42Copy full SHA for f2aaa42
Dockerfile
@@ -45,7 +45,8 @@ WORKDIR /home/user/version-query
45
COPY --chown=${USER_ID}:${GROUP_ID} requirements*.txt ./
46
47
RUN set -Eeuxo pipefail && \
48
- pip3 install --no-cache-dir -r requirements_ci.txt
+ pip3 install --no-cache-dir -r requirements_ci.txt && \
49
+ pip3 uninstall -y version-query
50
51
# prepare version-query for testing
52
0 commit comments