Skip to content

Commit df45b17

Browse files
authored
Merge branch 'master' into feature/v0.6.0-testnet
2 parents a63b6b1 + 1af4edc commit df45b17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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 /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/tag/v0.6.0-testnet/cronos_0.6.0-testnet_Linux_x86_64.tar.gz
89
&& tar -xvf cronos_0.6.0-testnet_Linux_x86_64.tar.gz\
910
&& rm cronos_0.6.0-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
11+
1012
RUN chown -R cronos:cronos /home/cronos
1113

1214
USER root

0 commit comments

Comments
 (0)