build(devenv): update linuxbrew on build

Also in this commit, I also update pyenv to the edge.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
~ajhalili2006 2023-11-09 07:27:56 +00:00
parent 7854a3bfcf
commit 46ecfa7e20
1 changed files with 4 additions and 2 deletions

6
.gitpod.Dockerfile vendored
View File

@ -22,5 +22,7 @@ COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/doc
# brew maintenance + install ShellCheck and Hadolint
WORKDIR /home/gitpod
RUN brew update && brew install hadolint shellcheck \
&& npm i -g wrangler
RUN brew update && brew install \
&& brew install hadolint shellcheck \
&& npm i -g wrangler \
&& git -C ~/.pyenv pull origin master