Remove go-nitro repo dependency from nitro-node and bridge stacks #12

Merged
nabarun merged 6 commits from ag-use-binary into main 2024-10-17 07:46:15 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit c7acf17bd0 - Show all commits

View File

@ -4,6 +4,7 @@ services:
# Optionally deploys the Nitro contracts
nitro-contracts:
image: cerc/nitro-contracts:local
working_dir: /app
restart: on-failure
environment:
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}

View File

@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y jq netcat-traditional ca-certificates curl