Skip to content

Commit f2aaa42

Browse files
committed
build: fix faulty docker setup
Signed-off-by: Mateusz Bysiek <[email protected]>
1 parent 27a7a5e commit f2aaa42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ WORKDIR /home/user/version-query
4545
COPY --chown=${USER_ID}:${GROUP_ID} requirements*.txt ./
4646

4747
RUN set -Eeuxo pipefail && \
48-
pip3 install --no-cache-dir -r requirements_ci.txt
48+
pip3 install --no-cache-dir -r requirements_ci.txt && \
49+
pip3 uninstall -y version-query
4950

5051
# prepare version-query for testing
5152

0 commit comments

Comments
 (0)