Skip to content

Commit

Permalink
Merge pull request #63 from chainstack/hotfix/v1.4.2
Browse files Browse the repository at this point in the history
Resolving permission issue
  • Loading branch information
Spich3000 authored Jan 3, 2025
2 parents 1af4edc + 81ade48 commit d9a42ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN mkdir -p /home/cronos/data && mkdir -p /home/cronos/config
RUN apt-get update -y && apt-get install wget curl procps net-tools jq lz4 -y
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.4.2/cronos_1.4.2_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.2_Linux_x86_64.tar.gz \
&& rm cronos_1.4.2_Linux_x86_64.tar.gz && mv ./* /home/cronos/
RUN chown -R cronos:cronos /home/cronos
RUN chown -R cronos:cronos /home/cronos && chmod 1777 /tmp

USER root

Expand Down

0 comments on commit d9a42ac

Please sign in to comment.