Skip to content

Commit 7fb5ed8

Browse files
committed
Fix target arch
Signed-off-by: Piet Gömpel <[email protected]>
1 parent 1a5e90e commit 7fb5ed8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/images/build-env-base/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ ENV DOXYGEN_VERSION=1.9.8+ds-2.1
3434
# ARM64 overrides
3535
RUN if [ "$TARGETARCH" = "arm64" ]; then \
3636
export NINJA_BUILD_VERSION=1.12.1-1+b1; \
37-
fi
38-
39-
RUN apt update \
37+
fi && \
38+
apt update \
4039
&& apt install --no-install-recommends -y \
4140
# basic command line tools
4241
git=${GIT_VERSION} \

0 commit comments

Comments
 (0)