Преглед изворни кода

ci: install vim to fix foundry (cache bust)

Evan Gray пре 1 година
родитељ
комит
6ccf9f41b8
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      ethereum/Dockerfile
  2. 1 1
      testing/Dockerfile.sdk.test

+ 1 - 1
ethereum/Dockerfile

@@ -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 

+ 1 - 1
testing/Dockerfile.sdk.test

@@ -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