fix accidental whitespace change

This commit is contained in:
BuildTools
2020-11-03 06:27:37 +00:00
committed by Ryan Kuba
parent 07ac6afcb6
commit 84d98de9d8
3 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
ca-certificates \ ca-certificates \
curl \ curl \
findutils \ findutils \
jq \ jq \
openssl \ openssl \
p7zip \ p7zip \

View File

@@ -10,7 +10,7 @@ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
ca-certificates \ ca-certificates \
curl \ curl \
findutils \ findutils \
jq \ jq \
openssl \ openssl \

View File

@@ -10,7 +10,7 @@ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
ca-certificates \ ca-certificates \
curl \ curl \
findutils \ findutils \
jq \ jq \
openssl \ openssl \