ci: install vim to fix foundry (cache bust)

This commit is contained in:
Evan Gray 2024-03-12 16:48:32 -04:00 committed by Evan Gray
parent a883b7f351
commit 6ccf9f41b8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ FROM node:19.6.1-slim@sha256:a1ba21bf0c92931d02a8416f0a54daad66cb36a85d2b73af9d7
# RUN apk add git python make build-base
# RUN apk update && apk add bash
RUN apt-get update && apt-get -y install \
git python make curl netcat
git python make curl netcat vim
RUN npm i typescript -g
RUN curl -L https://foundry.paradigm.xyz | bash

View File

@ -1,7 +1,7 @@
FROM node:19.6.1-slim@sha256:a1ba21bf0c92931d02a8416f0a54daad66cb36a85d2b73af9d73b044f5f57cfc
RUN apt-get update && apt-get -y install \
git python3 make curl netcat
git python3 make curl netcat vim
RUN npm i typescript -g
RUN curl -L https://foundry.paradigm.xyz | bash