Skip to content

Commit

Permalink
temp: revert ubuntu 24.04 upgrade to investigate pip install break (#255
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ian King'ori <[email protected]>
  • Loading branch information
iankingori authored Dec 17, 2024
1 parent 7bc2c25 commit 8bf67ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04

ARG CAPI_VERSION=v1.8.4
ARG KUBECTL_VERSION=v1.30.6
Expand All @@ -16,7 +16,7 @@ RUN apt-get autoclean && \

# Install Python dependencies
ADD requirements.txt /tmp
RUN pip3 install -r /tmp/requirements.txt --break-system-packages && \
RUN pip3 install -r /tmp/requirements.txt && \
rm /tmp/requirements.txt

# Install clusterctl
Expand Down

0 comments on commit 8bf67ca

Please sign in to comment.