mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 21:34:22 +00:00
Fix config + install Wrangler CLI to image
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
a229a55370
commit
b35babf47a
2 changed files with 3 additions and 2 deletions
3
.gitpod.Dockerfile
vendored
3
.gitpod.Dockerfile
vendored
|
@ -23,4 +23,5 @@ 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 hadolint shellcheck
|
||||
RUN brew update && brew install hadolint shellcheck \
|
||||
&& npm i -g wrangler
|
Loading…
Add table
Add a link
Reference in a new issue