From 81a60c436847095d54566d98305ad8b25c84aeff Mon Sep 17 00:00:00 2001 From: Zherphy <1123678689@qq.com> Date: Tue, 8 Oct 2024 19:48:17 +0800 Subject: [PATCH] Modify: modify DockerFile modify DockerFile --- DockerFile | 1 + 1 file changed, 1 insertion(+) diff --git a/DockerFile b/DockerFile index 2e16115..f2d55ca 100644 --- a/DockerFile +++ b/DockerFile @@ -4,6 +4,7 @@ WORKDIR /home COPY . . RUN cd ./BigFiles && \ go get github.com/akrylysov/algnhsa && \ + go get github.com/sirupsen/logrus && \ go build ./BigFiles/main.go FROM openeuler/openeuler:22.03