add user gobinpath to PATH

This commit is contained in:
Jeffrey Paul 2022-12-08 21:15:09 +04:00
parent 0a5c99c9e0
commit 29e82ded57
1 changed files with 1 additions and 1 deletions

View File

@ -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 \