Skip to content

Commit

Permalink
Use DVT/LSD tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jul 26, 2024
1 parent 279d197 commit 85c15a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ ENV CLUSTER_ID=${CLUSTER_ID} \
SUPERVISOR_DIR=/opt/supervisor \
STAKER_SCRIPTS_URL=https://github.com/dappnode/staker-package-scripts/releases/download/${STAKER_SCRIPTS_VERSION}

ADD ${STAKER_SCRIPTS_URL}/consensus_tools.sh /etc/profile.d/
ADD ${STAKER_SCRIPTS_URL}/dvt_lsd_tools.sh /etc/profile.d/

RUN mkdir -p ${CHARON_ROOT_DIR} ${VALIDATOR_DATA_DIR} ${IMPORT_DIR} ${SUPERVISOR_DIR} && \
chown -R charon:charon /opt/charon && \
chmod +x /usr/local/bin/scripts/**/* && \
chmod +rx /etc/profile.d/consensus_tools.sh
chmod +rx /etc/profile.d/dvt_lsd_tools.sh

# To import here the artifacts from file manager by default
WORKDIR /import
Expand Down

0 comments on commit 85c15a9

Please sign in to comment.