Skip to content

Commit b0ff7e9

Browse files
committed
docker: Fix gcc argument
1 parent 3b9274d commit b0ff7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
# Base image is either ubuntu or the nogil base
88
ARG base=ubuntu:22.04
9-
ARG gcc=""
109

1110
FROM $base AS base
11+
ARG gcc=""
1212

1313
ENV DEBIAN_FRONTEND=noninteractive
1414

0 commit comments

Comments
 (0)