Skip to content

Commit

Permalink
Using image tezos-bare
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Jul 24, 2024
1 parent e929611 commit 1c957ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/etherlink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c957ce

Please sign in to comment.