Skip to content

Commit

Permalink
modified gnome packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nakarma committed Jul 13, 2024
1 parent 54feace commit 8d639f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rpios-gnome-common/Containerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt update \
gnome-calculator gnome-calendar gnome-characters gnome-clocks \
gnome-colors gnome-control-center gnome-dictionary gnome-font-viewer \
wireplumber polkitd remmina seahorse zenity \
papirus-icon-theme \
papirus-icon-theme libnotify-bin \
neovim mpv \
synaptic flatpak \
libreoffice-gnome foliate calibre xournalpp texlive \
Expand Down
2 changes: 1 addition & 1 deletion rpios-gnome-common/Containerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt update \
gnome-calculator gnome-calendar gnome-characters gnome-clocks \
gnome-colors gnome-control-center gnome-dictionary gnome-font-viewer \
wireplumber polkitd remmina seahorse zenity \
papirus-icon-theme \
papirus-icon-theme libnotify-bin \
neovim mpv \
synaptic flatpak \
libreoffice-gnome foliate calibre xournalpp texlive \
Expand Down
2 changes: 1 addition & 1 deletion rpios-gnome/Containerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt update \
gnome-calculator gnome-calendar gnome-characters gnome-clocks \
gnome-colors gnome-control-center gnome-dictionary gnome-font-viewer \
wireplumber polkitd remmina seahorse zenity \
papirus-icon-theme \
papirus-icon-theme libnotify-bin \
neovim mpv \
synaptic flatpak \
&& apt-get -y --purge autoremove \
Expand Down
3 changes: 2 additions & 1 deletion rpios-gnome/Containerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt update \
&& apt -y full-upgrade \
&& apt-get -y --no-install-recommends install \
bluez bluez-firmware bluez-obexd \
dbus systemd systemd-sysv cron anacron ecryptfs-utils \
desktop-base gdm3 gnome-session gnome-shell \
gnome-terminal gnome-shell-extensions gnome-shell-extensions-extra \
Expand All @@ -27,7 +28,7 @@ RUN apt update \
gnome-calculator gnome-calendar gnome-characters gnome-clocks \
gnome-colors gnome-control-center gnome-dictionary gnome-font-viewer \
wireplumber polkitd remmina seahorse zenity \
papirus-icon-theme \
papirus-icon-theme libnotify-bin \
neovim mpv \
synaptic flatpak \
&& apt-get -y --purge autoremove \
Expand Down

0 comments on commit 8d639f1

Please sign in to comment.