Skip to content

Commit 40efcbb

Browse files
Merge branch 'testnet' into feature/ops-2216-cronos-testnet-image-upgrade
2 parents 34ab340 + a7487df commit 40efcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 cronos
44

55
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
7+
78
RUN cd /home/cronos && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.0.9/cronos_1.0.9-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.0.9-testnet_Linux_x86_64.tar.gz \
89
&& rm cronos_1.0.9-testnet_Linux_x86_64.tar.gz
10+
911
RUN chown -R cronos:cronos /home/cronos
1012

1113
USER cronos

0 commit comments

Comments
 (0)