Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: harshsingh-cs <[email protected]>
  • Loading branch information
Igorarg91 and harshsingh-cs authored Jan 3, 2025
1 parent d427927 commit 879d50a
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 @@ -4,7 +4,7 @@ RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 cronos

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/tag/v0.6.0-testnet/cronos_0.6.0-testnet_Linux_x86_64.tar.gz \
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/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 \
&& rm cronos_0.6.0-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/

Expand Down

0 comments on commit 879d50a

Please sign in to comment.