Merge pull request #232 from cerc-io/dboreham/foundry-debian-container

Foundry debian-based container
This commit is contained in:
David Boreham 2023-03-23 17:46:42 -06:00 committed by GitHub
commit 76029d24de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Build a local version of the foundry-rs/foundry image
docker build -t cerc/foundry:local ${CERC_REPO_BASE_DIR}/foundry
docker build -t cerc/foundry:local -f ${CERC_REPO_BASE_DIR}/foundry/Dockerfile-debian ${CERC_REPO_BASE_DIR}/foundry