Merge pull request #172 from cerc-io/dboreham/revert-foundry-image
Revert local foundry build
Former-commit-id: 3bd0c74e1f
erc721-stack-syntax
commit
8a6ba6d01b
|
|
@ -1,6 +1,4 @@
|
||||||
# Use locally build foundry base image to work around there being
|
FROM ghcr.io/foundry-rs/foundry
|
||||||
# no aarm64 image published.
|
|
||||||
FROM foundry-rs/foundry:local
|
|
||||||
|
|
||||||
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq
|
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq
|
||||||
RUN apk add --no-cache --upgrade grep
|
RUN apk add --no-cache --upgrade grep
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue