diff --git a/images/Dockerfile.ubuntu b/images/Dockerfile.ubuntu index 8ecd0d583..6b68dd29b 100644 --- a/images/Dockerfile.ubuntu +++ b/images/Dockerfile.ubuntu @@ -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 \ @@ -27,7 +25,6 @@ RUN apt-get update \ dracut-network \ e2fsprogs \ efibootmgr \ - ethtool \ firmware-sof-signed \ fuse3 \ gawk \ @@ -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 \ @@ -67,12 +57,9 @@ 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 \ @@ -80,8 +67,6 @@ RUN apt-get update \ systemd-timesyncd \ thermald \ unattended-upgrades \ - xauth \ - xclip \ xdg-user-dirs \ xxd \ xz-utils \ diff --git a/images/Dockerfile.ubuntu-20-lts b/images/Dockerfile.ubuntu-20-lts index ac6635469..bf55d71f6 100644 --- a/images/Dockerfile.ubuntu-20-lts +++ b/images/Dockerfile.ubuntu-20-lts @@ -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 \ @@ -25,7 +23,6 @@ RUN apt-get update \ dracut-network \ e2fsprogs \ efibootmgr \ - ethtool \ file \ fuse \ gawk \ @@ -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 \ @@ -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 \ diff --git a/images/Dockerfile.ubuntu-22-lts b/images/Dockerfile.ubuntu-22-lts index 6290e3d22..c72ee77f8 100644 --- a/images/Dockerfile.ubuntu-22-lts +++ b/images/Dockerfile.ubuntu-22-lts @@ -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 \ @@ -27,7 +24,6 @@ RUN apt-get update \ dracut-network \ e2fsprogs \ efibootmgr \ - ethtool \ firmware-sof-signed \ fuse3 \ gawk \ @@ -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 \ @@ -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 \