Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Add libhandy
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Jan 20, 2024
1 parent b041c36 commit 0322e03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archlinux.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM archlinux:latest@sha256:73e7485d52a63bec319bae1795522dd738d12cfb45ac345b166080783bf3a5ef

RUN pacman -Syu --noconfirm dbus-daemon-units gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit gdm wl-clipboard && \
RUN pacman -Syu --noconfirm dbus-daemon-units gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit gdm wl-clipboard libhandy && \
pacman -Scc --noconfirm

COPY common archlinux /
Expand Down
2 changes: 1 addition & 1 deletion debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM ${base_image}
RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
gnome-session gjs dbus-user-session gdm3 gir1.2-vte-2.91 xvfb \
packagekit gir1.2-packagekitglib-1.0 wl-clipboard
packagekit gir1.2-packagekitglib-1.0 wl-clipboard gir1.2-handy-1

COPY common debian /

Expand Down
2 changes: 1 addition & 1 deletion fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ${base_image}
RUN if grep -i centos /etc/os-release; then dnf install -y epel-release --nodocs --setopt install_weak_deps=False; fi && \
dnf install -y gnome-session-xsession gnome-extensions-app gjs gdm vte291 \
xorg-x11-server-Xvfb mesa-dri-drivers wl-clipboard \
PackageKit PackageKit-glib \
PackageKit PackageKit-glib libhandy \
--nodocs --setopt install_weak_deps=False && dnf clean all -y

COPY common /
Expand Down
2 changes: 1 addition & 1 deletion suse.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.opensuse.org/opensuse/tumbleweed:latest@sha256:59a8d47cd3626c90658

RUN zypper --non-interactive install --no-recommends \
xorg-x11-server-Xvfb gjs gdm gnome-session-wayland gnome-extensions gtk3-metatheme-adwaita \
typelib-1_0-Vte-2_91 PackageKit typelib-1_0-PackageKitGlib-1_0 wl-clipboard && zypper clean --all
typelib-1_0-Vte-2_91 PackageKit typelib-1_0-PackageKitGlib-1_0 typelib-1_0-Handy-1_0 wl-clipboard && zypper clean --all

COPY common suse /

Expand Down

0 comments on commit 0322e03

Please sign in to comment.