mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
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:
parent
7854a3bfcf
commit
46ecfa7e20
1 changed files with 4 additions and 2 deletions
6
.gitpod.Dockerfile
vendored
6
.gitpod.Dockerfile
vendored
|
@ -22,5 +22,7 @@ COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/doc
|
||||||
|
|
||||||
# brew maintenance + install ShellCheck and Hadolint
|
# brew maintenance + install ShellCheck and Hadolint
|
||||||
WORKDIR /home/gitpod
|
WORKDIR /home/gitpod
|
||||||
RUN brew update && brew install hadolint shellcheck \
|
RUN brew update && brew install \
|
||||||
&& npm i -g wrangler
|
&& brew install hadolint shellcheck \
|
||||||
|
&& npm i -g wrangler \
|
||||||
|
&& git -C ~/.pyenv pull origin master
|
||||||
|
|
Loading…
Reference in a new issue