Build foundry with Debian base container

This commit is contained in:
David Boreham 2023-03-23 16:03:35 -06:00
parent d5fd880bba
commit 21e9f96771

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}/Dockerfile.debian ${CERC_REPO_BASE_DIR}/foundry