Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tuxpeople/docker-debugcontainer
Browse files Browse the repository at this point in the history
* 'master' of github.com:tuxpeople/docker-debugcontainer:
  Update Dockerfile
  Update Dockerfile
  Update Dockerfile
  • Loading branch information
tuxpeople committed Aug 8, 2024
2 parents e0c516c + 35b91fb commit 81f7547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repo

COPY scripts/* /scripts/

# hadolint ignore=DL3017,DL3018
# hadolint ignore=DL3017,DL3018,DL3013
RUN chmod +x /scripts/* \
&& apk add --no-cache --update \
arping \
Expand Down 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 pip \
&& pip install --no-cache-dir --requirement 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 81f7547

Please sign in to comment.