Skip to content

Commit d9a42ac

Browse files
authored
Merge pull request #63 from chainstack/hotfix/v1.4.2
Resolving permission issue
2 parents 1af4edc + 81ade48 commit d9a42ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN mkdir -p /home/cronos/data && mkdir -p /home/cronos/config
66
RUN apt-get update -y && apt-get install wget curl procps net-tools jq lz4 -y
77
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 \
88
&& rm cronos_1.4.2_Linux_x86_64.tar.gz && mv ./* /home/cronos/
9-
RUN chown -R cronos:cronos /home/cronos
9+
RUN chown -R cronos:cronos /home/cronos && chmod 1777 /tmp
1010

1111
USER root
1212

0 commit comments

Comments
 (0)