Skip to content

Commit

Permalink
ci: install vim to fix foundry (cache bust)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Mar 12, 2024
1 parent a883b7f commit 6ccf9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion testing/Dockerfile.sdk.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6ccf9f4

Please sign in to comment.