Skip to content

Commit ff41f9f

Browse files
committed
devops: remove build essentials
Signed-off-by: Aaron Teo <[email protected]>
1 parent 4d79a2d commit ff41f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/cpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM gcc:$GCC_VERSION AS build
66
ARG TARGETARCH
77

88
RUN apt-get update && \
9-
apt-get install -y build-essential git cmake libcurl4-openssl-dev
9+
apt-get install -y git cmake libcurl4-openssl-dev
1010

1111
RUN if [ "$TARGETARCH" = "s390x" ]; then \
1212
apt-get install -y libopenblas-dev; \

0 commit comments

Comments
 (0)