File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ RUN dpkg --add-architecture i386 \
1212 wget \
1313 && rm -rf /var/lib/apt/lists/*
1414
15- RUN wget -O- "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-linux-$(uname -m).tar.gz" \
16- | tar -xz --strip-components=1 -C /
15+ RUN wget -O- "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-linux-$(uname -m).tar.gz" | tar -xz --strip-components=1 -C /
1716
18- RUN groupadd -g 911 build \
19- && useradd -mN -u 911 -g 911 build
17+ RUN groupadd -g 911 build && useradd -mN -u 911 -g 911 build
2018
2119RUN test -f /usr/bin/python || ln -s /usr/bin/python3 /usr/bin/python
2220
Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ RUN apt-get update \
1010 wget \
1111 && rm -rf /var/lib/apt/lists/*
1212
13- RUN wget -O- "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-linux-$(uname -m).tar.gz" \
14- | tar -xz --strip-components=1 -C /
13+ RUN wget -O- "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-linux-$(uname -m).tar.gz" | tar -xz --strip-components=1 -C /
1514
16- RUN groupadd -g 911 build \
17- && useradd -mN -u 911 -g 911 build
15+ RUN groupadd -g 911 build && useradd -mN -u 911 -g 911 build
1816
1917RUN test -f /usr/bin/python || ln -s /usr/bin/python3 /usr/bin/python
2018
You can’t perform that action at this time.
0 commit comments