Skip to content

Commit be4d517

Browse files
committed
edit spaces in Dockerfile curl kitware
Signed-off-by: the-snowwhite <[email protected]>
1 parent 658335b commit be4d517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

debian/buildsystem/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ RUN apt-get update && \
118118
apt-get clean;
119119

120120
# Kitware is publishing pre-built binaries only for amd64 and arm64 architectures!
121-
RUN curl -1vLf \
122-
$(curl -s https://api.github.com/repos/kitware/cmake/releases/latest | \
121+
RUN curl -1vLf \
122+
$(curl -s https://api.github.com/repos/kitware/cmake/releases/latest | \
123123
jq -r --arg FILE "cmake-\d{1,}\.\d{1,}\.\d{1,}(-.{1,})?-linux-$(dpkg-architecture -qDEB_BUILD_GNU_CPU)\.sh" \
124-
'.assets | .[] | select(.name? | match($FILE)) | .browser_download_url') \
125-
--output /tmp/cmake.sh && \
124+
'.assets | .[] | select(.name? | match($FILE)) | .browser_download_url') \
125+
--output /tmp/cmake.sh && \
126126
bash /tmp/cmake.sh --skip-license --prefix=/usr/local
127127

128128
# Python 3.9 has --upgrade-deps, but lower versions need manual action

0 commit comments

Comments
 (0)