We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1865d commit 7b841c6Copy full SHA for 7b841c6
1 file changed
Dockerfile
@@ -47,10 +47,9 @@ RUN git clone -b ${TFHELPER_VERSION} https://github.com/hashicorp-community/tf-h
47
48
# Set up Python environment
49
RUN pip3 install --upgrade pip && \
50
- pip3 install -r /tmp/requirements.txt && \
+ pip3 install --break-system-packages -r /tmp/requirements.txt && \
51
rm /tmp/requirements.txt
52
53
-
54
# Install MinIO Client
55
RUN curl -L -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
56
chmod +x /usr/local/bin/mc
0 commit comments