Skip to content

Commit 729d824

Browse files
committed
update dockerfile
Signed-off-by: limengxuan <391013634@qq.com>
1 parent 16eec9f commit 729d824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
FROM golang:1.21-bullseye AS GOBUILD
1515
ADD . /device-plugin
16-
ARG GOPROXY=https://goproxy.cn,direct
16+
# ARG GOPROXY=https://goproxy.cn,direct
1717
RUN apt-get update && apt-get -y install libhwloc-dev libdrm-dev
1818
RUN cd /device-plugin && go build -o ./k8s-device-plugin cmd/k8s-device-plugin/main.go
1919

0 commit comments

Comments
 (0)