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 4d79a2d commit ff41f9fCopy full SHA for ff41f9f
.devops/cpu.Dockerfile
@@ -6,7 +6,7 @@ FROM gcc:$GCC_VERSION AS build
6
ARG TARGETARCH
7
8
RUN apt-get update && \
9
- apt-get install -y build-essential git cmake libcurl4-openssl-dev
+ apt-get install -y git cmake libcurl4-openssl-dev
10
11
RUN if [ "$TARGETARCH" = "s390x" ]; then \
12
apt-get install -y libopenblas-dev; \
0 commit comments