Skip to content

Commit

Permalink
[ubuntu] Remove some packages that should not be needed
Browse files Browse the repository at this point in the history
In kairos-io#821 a number of packages were expliciatly added that were previously
installed automatically.  This change removes some of the more obvious
ones that we should not need to install manually.

Signed-off-by: Shawn Wilsher <[email protected]>
  • Loading branch information
sdwilsh committed Feb 12, 2023
1 parent 3d839db commit 3261c93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
15 changes: 0 additions & 15 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ RUN apt-get update \
&& add-apt-repository ppa:oibaf/test \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
binutils \
conntrack \
console-data \
console-setup \
coreutils \
cryptsetup \
curl \
Expand All @@ -27,7 +25,6 @@ RUN apt-get update \
dracut-network \
e2fsprogs \
efibootmgr \
ethtool \
firmware-sof-signed \
fuse3 \
gawk \
Expand All @@ -43,18 +40,11 @@ RUN apt-get update \
jq \
kbd \
krb5-locales \
libatm1 \
libldap-common \
libnss-systemd \
libpam-cap \
libsasl2-modules \
linux-image-generic-hwe-22.04 \
lvm2 \
mdadm \
nano \
nbd-client \
ncurses-term \
neovim \
networkd-dispatcher \
nfs-common \
open-iscsi \
Expand All @@ -67,21 +57,16 @@ RUN apt-get update \
pkg-config \
polkitd \
publicsuffix \
python3-pynvim \
rsync \
shared-mime-info \
snapd \
squashfs-tools \
ssh-import-id \
sudo \
systemd \
systemd-hwe-hwdb \
systemd-resolved \
systemd-timesyncd \
thermald \
unattended-upgrades \
xauth \
xclip \
xdg-user-dirs \
xxd \
xz-utils \
Expand Down
16 changes: 0 additions & 16 deletions images/Dockerfile.ubuntu-20-lts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ RUN apt-get update \
&& add-apt-repository ppa:oibaf/test \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
binutils \
conntrack \
console-data \
console-setup \
coreutils \
cryptsetup \
curl \
Expand All @@ -25,7 +23,6 @@ RUN apt-get update \
dracut-network \
e2fsprogs \
efibootmgr \
ethtool \
file \
fuse \
gawk \
Expand All @@ -41,20 +38,12 @@ RUN apt-get update \
jq \
kbd \
krb5-locales \
libatm1 \
libfile-fcntllock-perl \
liblocale-gettext-perl \
libnss-systemd \
libpam-cap \
libsasl2-modules \
linux-image-generic-hwe-20.04 \
lldpd \
lvm2 \
mdadm \
nano \
nbd-client \
ncurses-term \
neovim \
networkd-dispatcher \
nfs-common \
open-iscsi \
Expand All @@ -65,20 +54,15 @@ RUN apt-get update \
parted \
policykit-1 \
publicsuffix \
python3-neovim \
rsync \
shared-mime-info \
snapd \
snmpd \
squashfs-tools \
ssh-import-id \
sudo \
systemd \
systemd-timesyncd \
thermald \
unattended-upgrades \
xauth \
xclip \
xdg-user-dirs \
xxd \
xz-utils \
Expand Down
18 changes: 0 additions & 18 deletions images/Dockerfile.ubuntu-22-lts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ RUN apt-get update \
&& add-apt-repository ppa:oibaf/test \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
binutils \
bzip2 \
conntrack \
console-data \
console-setup \
coreutils \
cryptsetup \
curl \
Expand All @@ -27,7 +24,6 @@ RUN apt-get update \
dracut-network \
e2fsprogs \
efibootmgr \
ethtool \
firmware-sof-signed \
fuse3 \
gawk \
Expand All @@ -42,21 +38,12 @@ RUN apt-get update \
isc-dhcp-common \
jq \
kbd \
libatm1 \
libfile-fcntllock-perl \
libldap-common \
liblocale-gettext-perl \
libnss-systemd \
libpam-cap \
libsasl2-modules \
linux-image-generic-hwe-22.04 \
lldpd \
lvm2 \
mdadm \
nano \
nbd-client \
ncurses-term \
neovim \
networkd-dispatcher \
nfs-common \
open-iscsi \
Expand All @@ -68,21 +55,16 @@ RUN apt-get update \
pigz \
polkitd \
publicsuffix \
python3-neovim \
rsync \
shared-mime-info \
snapd \
snmpd \
squashfs-tools \
ssh-import-id \
sudo \
systemd \
systemd-hwe-hwdb \
systemd-timesyncd \
thermald \
unattended-upgrades \
xauth \
xclip \
xdg-user-dirs \
xxd \
xz-utils \
Expand Down

0 comments on commit 3261c93

Please sign in to comment.