This commit is contained in:
Bryan Stitt 2023-07-05 12:57:20 -07:00
parent d4bd98fdba
commit 7b291105af

View File

@ -117,12 +117,12 @@ RUN --mount=type=bind,target=.,rw \
; \ ; \
/usr/local/bin/web3_proxy_cli --help | grep 'Usage: web3_proxy_cli' /usr/local/bin/web3_proxy_cli --help | grep 'Usage: web3_proxy_cli'
# # copy this file so that docker actually creates the build_tests container # copy this file so that docker actually creates the build_tests container
# # without this, the runtime container doesn't need build_tests and so docker build skips it # without this, the runtime container doesn't need build_tests and so docker build skips it
COPY --from=build_tests /test_success / COPY --from=build_tests /test_success /
# #
# We do not need the Rust toolchain to run the binary! # We do not need the Rust toolchain or any deps to run the binary!
# #
FROM debian:bullseye-slim AS runtime FROM debian:bullseye-slim AS runtime