Skip to content

Commit cedf161

Browse files
authored
Fix empty space
1 parent 00db00d commit cedf161

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ RUN apt-get update -y && apt-get install wget curl procps net-tools jq lz4 -y
99

1010
# Download and verify tarball
1111
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.5.3/cronos_1.5.3-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.5.3-testnet_Linux_x86_64.tar.gz \
12-
1312
&& rm cronos_1.5.3-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
1413

1514
# Set permissions

0 commit comments

Comments
 (0)