Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku-24: Remove apt-utils and rename #295

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions heroku-24-build/installed-packages-amd64.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# List of packages present in the final image. Regenerate using bin/build.sh
adduser
apt
apt-utils
autoconf
automake
autotools-dev
Expand Down Expand Up @@ -546,7 +545,6 @@ python3-setuptools
python3.12
python3.12-minimal
readline-common
rename
rpcsvc-proto
rsync
sed
Expand Down
2 changes: 0 additions & 2 deletions heroku-24-build/installed-packages-arm64.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# List of packages present in the final image. Regenerate using bin/build.sh
adduser
apt
apt-utils
autoconf
automake
autotools-dev
Expand Down Expand Up @@ -533,7 +532,6 @@ python3-packaging
python3.12
python3.12-minimal
readline-common
rename
rpcsvc-proto
rsync
sed
Expand Down
2 changes: 0 additions & 2 deletions heroku-24/installed-packages-amd64.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# List of packages present in the final image. Regenerate using bin/build.sh
adduser
apt
apt-utils
base-files
base-passwd
bash
Expand Down Expand Up @@ -301,7 +300,6 @@ postgresql-client-16
postgresql-client-common
procps
readline-common
rename
rsync
sed
sensible-utils
Expand Down
2 changes: 0 additions & 2 deletions heroku-24/installed-packages-arm64.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# List of packages present in the final image. Regenerate using bin/build.sh
adduser
apt
apt-utils
base-files
base-passwd
bash
Expand Down Expand Up @@ -301,7 +300,6 @@ postgresql-client-16
postgresql-client-common
procps
readline-common
rename
rsync
sed
sensible-utils
Expand Down
2 changes: 0 additions & 2 deletions heroku-24/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ apt-get update --error-on=any
apt-get upgrade -y --no-install-recommends

packages=(
apt-utils
# For dig, host and nslookup.
bind9-dnsutils
bzip2
Expand Down Expand Up @@ -105,7 +104,6 @@ packages=(
patch
poppler-utils
postgresql-client-16
rename
rsync
socat
tar
Expand Down