images: ubuntu: Move flatpak-xdg-utils installation to Containerfile
Since `flatpak-xdg-utils` is essential to the images, not 'extra'. https://github.com/containers/toolbox/pull/1291 Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
This commit is contained in:
parent
1b3e557e20
commit
947bb612e1
6 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,7 @@ RUN sed -Ei '/apt-get (update|upgrade)/s/^/#/' /usr/local/sbin/unminimize && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get -y install \
|
||||
ubuntu-minimal ubuntu-standard \
|
||||
libnss-myhostname \
|
||||
flatpak-xdg-utils \
|
||||
$(cat extra-packages | xargs) && \
|
||||
rm -rd /var/lib/apt/lists/*
|
||||
RUN rm /extra-packages
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
curl
|
||||
flatpak-xdg-utils
|
||||
git
|
||||
gnupg2
|
||||
keyutils
|
||||
|
|
|
@ -27,6 +27,7 @@ RUN sed -Ei '/apt-get (update|upgrade)/s/^/#/' /usr/local/sbin/unminimize && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get -y install \
|
||||
ubuntu-minimal ubuntu-standard \
|
||||
libnss-myhostname \
|
||||
flatpak-xdg-utils \
|
||||
$(cat extra-packages | xargs) && \
|
||||
rm -rd /var/lib/apt/lists/*
|
||||
RUN rm /extra-packages
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
curl
|
||||
flatpak-xdg-utils
|
||||
git
|
||||
gnupg2
|
||||
keyutils
|
||||
|
|
|
@ -27,6 +27,7 @@ RUN sed -Ei '/apt-get (update|upgrade)/s/^/#/' /usr/local/sbin/unminimize && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get -y install \
|
||||
ubuntu-minimal ubuntu-standard \
|
||||
libnss-myhostname \
|
||||
flatpak-xdg-utils \
|
||||
$(cat extra-packages | xargs) && \
|
||||
rm -rd /var/lib/apt/lists/*
|
||||
RUN rm /extra-packages
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
curl
|
||||
flatpak-xdg-utils
|
||||
git
|
||||
gnupg2
|
||||
keyutils
|
||||
|
|
Loading…
Reference in a new issue