Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople authored Aug 7, 2024
1 parent d998700 commit 35b91fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ RUN chmod +x /scripts/* \
&& curl -s https://fluxcd.io/install.sh | bash \
&& curl -L https://carvel.dev/install.sh | K14SIO_INSTALL_BIN_DIR=/usr/local/bin bash \
&& apk add --no-cache --virtual .build-deps musl-dev python3-dev libffi-dev openssl-dev cargo make \
&& pip install --no-cache-dir --upgrade --break-system-packages pip \
&& pip install --no-cache-dir --requirement --break-system-packages requirements.txt \
&& pip install --break-system-packages --no-cache-dir --upgrade pip \
&& pip install --break-system-packages --no-cache-dir --requirement requirements.txt \
&& apk del .build-deps \
&& mkdir /workdir \
&& chmod 777 /workdir \
Expand Down

0 comments on commit 35b91fb

Please sign in to comment.