We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5e90e commit 7fb5ed8Copy full SHA for 7fb5ed8
docker/images/build-env-base/Dockerfile
@@ -34,9 +34,8 @@ ENV DOXYGEN_VERSION=1.9.8+ds-2.1
34
# ARM64 overrides
35
RUN if [ "$TARGETARCH" = "arm64" ]; then \
36
export NINJA_BUILD_VERSION=1.12.1-1+b1; \
37
- fi
38
-
39
-RUN apt update \
+ fi && \
+ apt update \
40
&& apt install --no-install-recommends -y \
41
# basic command line tools
42
git=${GIT_VERSION} \
0 commit comments