Skip to content

Commit 8e0a6f7

Browse files
author
Marcel Zapf
committed
update
1 parent 7b841c6 commit 8e0a6f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ RUN git clone -b ${TFHELPER_VERSION} https://github.com/hashicorp-community/tf-h
4646
rm -rf /usr/local/tf-helper
4747

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

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

chart/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ssh:
2020
authorizedKeys: |
2121
# Place auth keys here ...
2222
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
23-
2423
securityContext:
2524
runAsNonRoot: true
2625
runAsUser: 1001

0 commit comments

Comments
 (0)