From a5327183a47189ec530cead2d8b7a4093d6895cc Mon Sep 17 00:00:00 2001 From: ponkio-o <29038315+ponkio-o@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:40:50 +0900 Subject: [PATCH] chore: remove empty continuation lines --- tool/piped-base-okd/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tool/piped-base-okd/Dockerfile b/tool/piped-base-okd/Dockerfile index 474514826b..5676bcbe79 100644 --- a/tool/piped-base-okd/Dockerfile +++ b/tool/piped-base-okd/Dockerfile @@ -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.