Skip to content

Commit d427927

Browse files
authored
fix
1 parent bb91e61 commit d427927

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ 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-
8-
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 && tar -xvf cronos_0.6.0-testnet_Linux_x86_64.tar.gz \
7+
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 \
8+
&& tar -xvf cronos_0.6.0-testnet_Linux_x86_64.tar.gz \
99
&& rm cronos_0.6.0-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
1010

1111
RUN chown -R cronos:cronos /home/cronos
1212

1313
USER root
1414

1515
ENTRYPOINT ["/home/cronos/bin/cronosd"]
16-

0 commit comments

Comments
 (0)