fix(devenv): quick fix an issue again

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
~ajhalili2006 2023-11-09 11:43:57 +00:00
parent 8c14584ea1
commit e7580aa07d
1 changed files with 1 additions and 1 deletions

2
.gitpod.Dockerfile vendored
View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
FROM gitpod/workspace-full:latest as workspace
WORKDIR /
WORKDIR /tmp
# 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 .. \