We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58682ef commit 8575b8aCopy full SHA for 8575b8a
1 file changed
Dockerfile
@@ -45,6 +45,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
45
RUN npm install -g "@google/gemini-cli@${GEMINI_CLI_VERSION}"
46
47
USER ${USERNAME}
48
+
49
+RUN GOBREW_ROOT="/home/${USERNAME}" \
50
+ curl -sL https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | bash \
51
+ && chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/.gobrew
52
53
+ENV PATH="/home/${USERNAME}/.gobrew/current/bin:/home/${USERNAME}/.gobrew/bin:$PATH"
54
+ENV GOPATH="/home/${USERNAME}/.gobrew/current/go"
55
56
WORKDIR /work
57
58
ENTRYPOINT ["gemini"]
0 commit comments