~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

Update hadolint config and fix some issues on gitpod Dockerfile

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

+2 -3
.gitpod.Dockerfile
···
FROM gitpod/workspace-full:latest as workspace
WORKDIR /tmp
-
RUN mkdir /home/gitpod/.local -pv \
-
&& git clone https://git.sr.ht/~sircmpwn/scdoc && cd scdoc \
+
RUN git clone https://git.sr.ht/~sircmpwn/scdoc && cd scdoc \
&& make && sudo cp scdoc /usr/local/bin/scdoc && cd .. \
&& git clone https://git.sr.ht/~emersion/hut && cd hut \
&& make PREFIX=/home/gitpod/.local && sudo cp ./hut /usr/local/bin/hut \
-
&& rm -rfv /tmp
+
&& sudo rm -rv /tmp/*
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#linux
RUN sudo install-packages \
+2
.hadolint.yml
···
ignored:
- DL3004
+
- DL3007
+
- DL3003
failure-threshold: error