Skip to content

Commit 06d774d

Browse files
committed
attempt to fix build thing again
1 parent 1773ff4 commit 06d774d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

tools/docker-env/linux-gnu-crossbuild-i686.Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2119
RUN test -f /usr/bin/python || ln -s /usr/bin/python3 /usr/bin/python
2220

tools/docker-env/linux-gnu.Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1917
RUN test -f /usr/bin/python || ln -s /usr/bin/python3 /usr/bin/python
2018

0 commit comments

Comments
 (0)