Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fc9a7338e |
@@ -92,7 +92,7 @@
|
||||
- Clone required repositories:
|
||||
|
||||
```bash
|
||||
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node setup-repositories --git-ssh --pull
|
||||
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts setup-repositories --git-ssh --pull
|
||||
```
|
||||
|
||||
- Build the container images:
|
||||
|
||||
@@ -4,13 +4,13 @@ RUN apt-get update
|
||||
RUN apt-get install -y jq netcat-traditional ca-certificates curl
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
# Copy files into image
|
||||
WORKDIR /app
|
||||
|
||||
# Install mkcert
|
||||
RUN curl -JL "https://dl.filippo.io/mkcert/latest?for=$TARGETPLATFORM" -o /usr/local/bin/mkcert && \
|
||||
chmod +x /usr/local/bin/mkcert
|
||||
|
||||
WORKDIR /app
|
||||
RUN curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64"
|
||||
RUN chmod +x mkcert-v*-linux-amd64
|
||||
RUN cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
|
||||
|
||||
# Download binaries
|
||||
RUN curl -LO https://git.vdb.to/cerc-io/nitro/releases/download/v0.1.7/nitro
|
||||
|
||||
Reference in New Issue
Block a user