Skip to content

Commit

Permalink
chore: remove empty continuation lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Nov 30, 2024
1 parent c43622c commit a532718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tool/piped-base-okd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ RUN \
make \
jq \
cmake && \

# Install glibc to be used for building nss_wrapper.
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-2.33-r0.apk && \
apk add glibc-2.33-r0.apk && \

# Install nss_wrapper to add an random UID to "passwd" at runtime without having to directly modify /etc/passwd.
/installer/install-nss-wrapper.sh && \
# Remove what were used for installation.
Expand Down

0 comments on commit a532718

Please sign in to comment.