Skip to content

Commit

Permalink
Heroku-24: Remove apt-utils and rename (#295)
Browse files Browse the repository at this point in the history
Since:
- `apt-utils` is only needed for an optional UX improvement for
  interactive APT workflows, so isn't needed in a container context.
  See: https://unix.stackexchange.com/a/629114
- `rename` provides the commands `file-rename` and `prename`, which are
  pretty obscure and not something that many/any apps will be using at
  run-time (and have zero hits in GitHub code search across all of our repos)

GUS-W-15159536.
  • Loading branch information
edmorley authored Apr 26, 2024
1 parent 3fbc5e7 commit 57678b0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
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

0 comments on commit 57678b0

Please sign in to comment.