Skip to content

Commit 33d02f0

Browse files
Indent by 4 spaces rather than 2
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
1 parent 460689d commit 33d02f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/docker/yscope-velox-builder.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ ENV DEBIAN_FRONTEND=noninteractive
3232
# binary installer ensures cmake is available and dependencies build correctly in the current
3333
# CI containerized environment.
3434
RUN wget --progress=dot:giga https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh \
35-
&& chmod +x cmake-3.28.3-linux-x86_64.sh \
36-
&& ./cmake-3.28.3-linux-x86_64.sh --skip-license --prefix=/usr/local \
37-
&& rm cmake-3.28.3-linux-x86_64.sh
35+
&& chmod +x cmake-3.28.3-linux-x86_64.sh \
36+
&& ./cmake-3.28.3-linux-x86_64.sh --skip-license --prefix=/usr/local \
37+
&& rm cmake-3.28.3-linux-x86_64.sh
3838

3939
# Run the setup script to install all dependencies, then move venv to /opt and clean up
4040
# Note: setup-ubuntu.sh creates venv at SCRIPTDIR/../.venv (i.e., /tmp/.venv)

0 commit comments

Comments
 (0)