mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 00:13:40 +00:00
fix(devenv): fix image build
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
dfb81d4f8d
commit
8ec26efeb0
1 changed files with 3 additions and 2 deletions
5
.gitpod.Dockerfile
vendored
5
.gitpod.Dockerfile
vendored
|
@ -1,7 +1,8 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM gitpod/workspace-full:latest as workspace
|
||||
|
||||
WORKDIR /tmp
|
||||
WORKDIR /
|
||||
# setup work for scdoc and hut cli
|
||||
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 \
|
||||
|
@ -22,7 +23,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 \
|
||||
RUN brew update && brew upgrade \
|
||||
&& brew install hadolint shellcheck \
|
||||
&& npm i -g wrangler \
|
||||
&& git -C ~/.pyenv pull origin master
|
||||
|
|
Loading…
Reference in a new issue