From 1c957ced680216e5f8e551f58b012317101f1e6d Mon Sep 17 00:00:00 2001 From: Igor Sereda Date: Wed, 24 Jul 2024 17:15:01 +0300 Subject: [PATCH] Using image `tezos-bare` --- build/etherlink/Dockerfile | 2 +- build/etherlink/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/etherlink/Dockerfile b/build/etherlink/Dockerfile index 8c770e9..e0b68fd 100644 --- a/build/etherlink/Dockerfile +++ b/build/etherlink/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT ARG OCTEZ_TAG -FROM tezos/tezos:${OCTEZ_TAG} AS octez +FROM tezos/tezos-bare:${OCTEZ_TAG} AS octez FROM ubuntu:22.04 AS builder RUN apt-get -qq update diff --git a/build/etherlink/entrypoint.sh b/build/etherlink/entrypoint.sh index 6dcdc1c..e2dba18 100644 --- a/build/etherlink/entrypoint.sh +++ b/build/etherlink/entrypoint.sh @@ -51,7 +51,7 @@ run_octez_node() { if [ -n ${SNAPSHOT_URL} ]; then wget -O "/snapshot" "${SNAPSHOT_URL}" - octez-node snapshot import /snapshot + octez-node snapshot import /snapshot --no-check fi octez-node run --rpc-addr=0.0.0.0:8732 --allow-all-rpc 0.0.0.0