Skip to content

Commit 7b841c6

Browse files
author
Marcel Zapf
committed
update
1 parent 9e1865d commit 7b841c6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ RUN git clone -b ${TFHELPER_VERSION} https://github.com/hashicorp-community/tf-h
4747

4848
# Set up Python environment
4949
RUN pip3 install --upgrade pip && \
50-
pip3 install -r /tmp/requirements.txt && \
50+
pip3 install --break-system-packages -r /tmp/requirements.txt && \
5151
rm /tmp/requirements.txt
5252

53-
5453
# Install MinIO Client
5554
RUN curl -L -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
5655
chmod +x /usr/local/bin/mc

0 commit comments

Comments
 (0)