From 29e82ded572f7a76fa51c1062075d5b4061185c6 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 8 Dec 2022 21:15:09 +0400 Subject: [PATCH] add user gobinpath to PATH --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46c509c..2e84be8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM debian:bullseye-20221205 ENV DEBIAN_FRONTEND noninteractive ENV NVM_DIR /usr/local/nvm ENV GOROOT /usr/local/go -ENV PATH $PATH:/usr/local/go/bin +ENV PATH $PATH:/usr/local/go/bin:/root/go/bin RUN --mount=type=cache,target=/var/cache/apt \ apt update && apt install -y \