Skip to content

Commit

Permalink
update scripts/apt_get_essential.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrei committed Nov 28, 2024
1 parent bda6fd2 commit 323db31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/apt_get_essential.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

apt-get update && apt-get install -y --no-install-recommends apt-utils=2.0.10
apt-get update && apt-get install -y --no-install-recommends ca-certificates=20230311ubuntu0.20.04.1 && \
apt-get update && apt-get install -y --no-install-recommends ca-certificates=20240203~20.04.1 && \
update-ca-certificates

# (!) Keep the list below sorted (!)
Expand Down Expand Up @@ -36,7 +36,7 @@ apt-get update && apt-get install -y --no-install-recommends \
tar=1.30+dfsg-7ubuntu0.20.04.4 \
tofrodos=1.7.13+ds-4 \
unzip=6.0-25ubuntu1.1 \
vim=2:8.1.2269-1ubuntu5.24 \
vim=2:8.1.2269-1ubuntu5.29 \
wget=1.20.3-1ubuntu2.1 \
zlib1g-dev=1:1.2.11.dfsg-2ubuntu1.5 \
&& \
Expand Down

0 comments on commit 323db31

Please sign in to comment.