Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorarg91 authored Jan 15, 2025
1 parent 0bb7316 commit 3437bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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/download/v0.7.0-rc2/cronos_0.7.0-rc2-testnet_Linux_x86_64.tar.gz \
&& tar -xvf cronos_0.7.0-rc2-testnet_Linux_x86_64.tar.gz \
&& rm cronos_0.7.0-rc2-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v0.7.0-rc3/cronos_0.7.0-rc3-testnet_Linux_x86_64.tar.gz \
&& tar -xvf cronos_0.7.0-rc3-testnet_Linux_x86_64.tar.gz \
&& rm cronos_0.7.0-rc3-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/

RUN chown -R cronos:cronos /home/cronos

Expand Down

0 comments on commit 3437bf0

Please sign in to comment.