diff --git a/Dockerfile b/Dockerfile index a66a14d2e..f944a75cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,8 @@ WORKDIR ${HMY_PATH}/harmony RUN eval "$(~/bin/gimme ${GIMME_GO_VERSION})" ; scripts/install_build_tools.sh +RUN go mod tidy + RUN eval "$(~/bin/gimme ${GIMME_GO_VERSION})" ; scripts/go_executable_build.sh -S RUN cd ${HMY_PATH}/go-sdk && make -j8 && cp hmy /root/bin