diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index aae9fb6..46a996e 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -2,12 +2,11 @@ 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 \ diff --git a/.hadolint.yml b/.hadolint.yml index 220d041..36d3c73 100644 --- a/.hadolint.yml +++ b/.hadolint.yml @@ -1,3 +1,5 @@ ignored: - DL3004 + - DL3007 + - DL3003 failure-threshold: error \ No newline at end of file