~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

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>

Changed files
+4 -2
+4 -2
.gitpod.Dockerfile
···
# 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