Skip to content

Commit 53ad4b5

Browse files
committed
feat: Add dot progress bar
1 parent 0090aa7 commit 53ad4b5

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

Dockerfile-debian.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
1010
RUN set -eux; \
1111
%%ARCH-CASE%%; \
1212
url="https://static.rust-lang.org/rustup/archive/%%RUSTUP-VERSION%%/${rustArch}/rustup-init"; \
13-
wget "$url"; \
13+
wget --progress=dot:giga "$url"; \
1414
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
1515
chmod +x rustup-init; \
1616
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

Dockerfile-slim.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN set -eux; \
1717
; \
1818
%%ARCH-CASE%%; \
1919
url="https://static.rust-lang.org/rustup/archive/%%RUSTUP-VERSION%%/${rustArch}/rustup-init"; \
20-
wget "$url"; \
20+
wget --progress=dot:giga "$url"; \
2121
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
2222
chmod +x rustup-init; \
2323
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

nightly/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -eux; \
4040
;; \
4141
esac; \
4242
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
43-
wget "$url"; \
43+
wget --progress=dot:giga "$url"; \
4444
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
4545
chmod +x rustup-init; \
4646
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

nightly/bookworm/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN set -eux; \
4747
;; \
4848
esac; \
4949
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
50-
wget "$url"; \
50+
wget --progress=dot:giga "$url"; \
5151
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
5252
chmod +x rustup-init; \
5353
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

nightly/bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN set -eux; \
3232
;; \
3333
esac; \
3434
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
35-
wget "$url"; \
35+
wget --progress=dot:giga "$url"; \
3636
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
3737
chmod +x rustup-init; \
3838
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

nightly/bullseye/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN set -eux; \
3939
;; \
4040
esac; \
4141
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
42-
wget "$url"; \
42+
wget --progress=dot:giga "$url"; \
4343
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
4444
chmod +x rustup-init; \
4545
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

nightly/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN set -eux; \
4444
;; \
4545
esac; \
4646
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
47-
wget "$url"; \
47+
wget --progress=dot:giga "$url"; \
4848
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
4949
chmod +x rustup-init; \
5050
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

nightly/trixie/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN set -eux; \
5151
;; \
5252
esac; \
5353
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
54-
wget "$url"; \
54+
wget --progress=dot:giga "$url"; \
5555
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
5656
chmod +x rustup-init; \
5757
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

stable/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -eux; \
4040
;; \
4141
esac; \
4242
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
43-
wget "$url"; \
43+
wget --progress=dot:giga "$url"; \
4444
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
4545
chmod +x rustup-init; \
4646
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

stable/bookworm/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN set -eux; \
4747
;; \
4848
esac; \
4949
url="https://static.rust-lang.org/rustup/archive/1.28.2/${rustArch}/rustup-init"; \
50-
wget "$url"; \
50+
wget --progress=dot:giga "$url"; \
5151
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
5252
chmod +x rustup-init; \
5353
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \

0 commit comments

Comments
 (0)