@@ -171,7 +171,7 @@ RUN apt-get install -qq libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev l
171
171
cargo clean
172
172
173
173
# Install arc
174
- RUN wget -qnv -O /usr/local/bin/arc https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_amd64 && \
174
+ RUN curl -fsSL -o /usr/local/bin/arc https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_amd64 && \
175
175
chmod +x /usr/local/bin/arc
176
176
177
177
# Install aws cli
@@ -185,17 +185,17 @@ RUN curl -fsSL https://github.com/imsnif/bandwhich/releases/download/0.20.0/band
185
185
tar -C /usr/local/bin -xzf - bandwhich
186
186
187
187
# Install beekeeper studio
188
- RUN wget -qnv -O beekeeper-studio.deb https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.10/beekeeper-studio_3.7.10_amd64.deb && \
188
+ RUN curl -fsSL -o beekeeper-studio.deb https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.10/beekeeper-studio_3.7.10_amd64.deb && \
189
189
dpkg -i beekeeper-studio.deb && \
190
190
rm beekeeper-studio.deb
191
191
192
192
# Install bottom
193
- RUN wget -qnv -O bottom.deb https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb && \
193
+ RUN curl -fsSL -o bottom.deb https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb && \
194
194
dpkg -i bottom.deb && \
195
195
rm bottom.deb
196
196
197
197
# Install cursor
198
- RUN wget -qnv -O cursor.appimage https://downloader.cursor.sh/linux/appImage/x64 && \
198
+ RUN curl -fsSL -o cursor.appimage https://downloader.cursor.sh/linux/appImage/x64 && \
199
199
chmod +x cursor.appimage && \
200
200
./cursor.appimage --appimage-extract && \
201
201
mv squashfs-root /opt/cursor && \
@@ -205,12 +205,12 @@ RUN wget -qnv -O cursor.appimage https://downloader.cursor.sh/linux/appImage/x64
205
205
rm cursor.appimage
206
206
207
207
# Install discord
208
- RUN wget -qnv -O discord.deb 'https://discordapp.com/api/download?platform=linux&format=deb' && \
208
+ RUN curl -fsSL -o discord.deb 'https://discordapp.com/api/download?platform=linux&format=deb' && \
209
209
dpkg -i discord.deb || apt-get install -qq --fix-broken && \
210
210
rm discord.deb
211
211
212
212
# Install dive docker image explorer
213
- RUN wget -qnv -O dive.deb https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb && \
213
+ RUN curl -fsSL -o dive.deb https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb && \
214
214
dpkg -i dive.deb && \
215
215
rm dive.deb
216
216
@@ -346,7 +346,7 @@ RUN git clone --depth 1 https://github.com/LazyVim/starter $HOME/.config/nvim &&
346
346
rm lazygit lazygit.tar.gz
347
347
348
348
# Install nerd fonts
349
- RUN wget -qnv https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/DejaVuSansMono.zip && \
349
+ RUN curl -fsSL -o DejaVuSansMono.zip https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/DejaVuSansMono.zip && \
350
350
unzip -p DejaVuSansMono.zip DejaVuSansMNerdFont-Regular.ttf > /usr/share/fonts/truetype/dejavu/DejaVuSansMNerdFont-Regular.ttf && \
351
351
rm DejaVuSansMono.zip
352
352
@@ -367,7 +367,7 @@ RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC &
367
367
# Install nvidia driver
368
368
# RUN apt-get update -qq && \
369
369
# apt-get install linux-headers-$(uname -r) && \
370
- # wget -qnv -O nvidia-driver.run https://us.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run && \
370
+ # curl -fsSL -o nvidia-driver.run https://us.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run && \
371
371
# chmod +x nvidia-driver.run && \
372
372
# ./nvidia-driver.run --allow-installation-with-running-driver --silent && \
373
373
# rm nviia-driver.run
@@ -385,7 +385,7 @@ RUN mkdir /opt/nvm && \
385
385
nvm install 20
386
386
387
387
# Install obsidian
388
- RUN wget -qnv -O obsidian.deb https://github.com/obsidianmd/obsidian-releases/releases/download/v1.7.7/obsidian_1.7.7_amd64.deb && \
388
+ RUN curl -fsSL -o obsidian.deb https://github.com/obsidianmd/obsidian-releases/releases/download/v1.7.7/obsidian_1.7.7_amd64.deb && \
389
389
dpkg -i obsidian.deb && \
390
390
rm obsidian.deb
391
391
@@ -437,7 +437,7 @@ RUN pipx install pywal
437
437
RUN pipx install shell-gpt
438
438
439
439
# Install slack
440
- RUN wget -qnv -O slack.deb https://downloads.slack-edge.com/desktop-releases/linux/x64/4.38.125/slack-desktop-4.38.125-amd64.deb && \
440
+ RUN curl -fsSL -o slack.deb https://downloads.slack-edge.com/desktop-releases/linux/x64/4.38.125/slack-desktop-4.38.125-amd64.deb && \
441
441
dpkg -i slack.deb && \
442
442
rm slack.deb
443
443
@@ -450,7 +450,7 @@ RUN add-apt-repository ppa:atareao/telegram && \
450
450
apt-get install -qq telegram
451
451
452
452
# Install terraform
453
- RUN wget -qnv -O terraform.zip https://releases.hashicorp.com/terraform/1.1.0/terraform_1.1.0_linux_amd64.zip && \
453
+ RUN curl -fsSL -o terraform.zip https://releases.hashicorp.com/terraform/1.1.0/terraform_1.1.0_linux_amd64.zip && \
454
454
unzip terraform.zip && \
455
455
install terraform /usr/local/bin && \
456
456
rm terraform terraform.zip
@@ -461,14 +461,14 @@ RUN echo 'deb [trusted=yes arch=amd64] https://dl.thorium.rocks/debian/ stable m
461
461
apt-get install -qq thorium-browser
462
462
463
463
# Install timeago
464
- RUN wget -qnv -O /usr/local/bin/timeago https://raw.githubusercontent.com/sabrehagen/timeago/master/timeago && \
464
+ RUN curl -fsSL -o /usr/local/bin/timeago https://raw.githubusercontent.com/sabrehagen/timeago/master/timeago && \
465
465
chmod +x /usr/local/bin/timeago
466
466
467
467
# Install tldr
468
468
RUN pipx install tldr
469
469
470
470
# Install tmpmail
471
- RUN wget -qnv -O /usr/local/bin/tmpmail https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail && \
471
+ RUN curl -fsSL -o /usr/local/bin/tmpmail https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail && \
472
472
chmod +x /usr/local/bin/tmpmail
473
473
474
474
# Install tracexec
@@ -479,11 +479,11 @@ RUN curl -fsSL https://github.com/kxxt/tracexec/releases/download/v0.5.2/tracexe
479
479
RUN cargo install trippy --locked
480
480
481
481
# Install vs code, vs live share dependencies, shfmt extension dependency, and vs-wal
482
- RUN wget -qnv -O code.deb https://go.microsoft.com/fwlink/?LinkID=760868 && \
482
+ RUN curl -fsSL -o code.deb https://go.microsoft.com/fwlink/?LinkID=760868 && \
483
483
apt-get install -qq ./code.deb && \
484
484
rm code.deb && \
485
485
apt-get install -qq libicu[0-9][0-9] libkrb5-3 zlib1g libsecret-1-0 desktop-file-utils x11-utils && \
486
- wget -qnv -O /usr/local/bin/shfmt https://github.com/mvdan/sh/releases/download/v3.2.0/shfmt_v3.2.0_linux_amd64 && \
486
+ curl -fsSL -o /usr/local/bin/shfmt https://github.com/mvdan/sh/releases/download/v3.2.0/shfmt_v3.2.0_linux_amd64 && \
487
487
chmod +x /usr/local/bin/shfmt
488
488
489
489
# Install warnai
0 commit comments