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

Commit

Permalink
Add wl-clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 31, 2023
1 parent 0cbe2c1 commit bbf7bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:6d4096442644ee6d7f71f3b60ff79d605098f7bdb4467f41d0608894e25a7ee8

RUN pacman -Syu --noconfirm gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit gdm && \
RUN pacman -Syu --noconfirm gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit gdm wl-clipboard && \
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 @@ -12,7 +12,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
packagekit gir1.2-packagekitglib-1.0 wl-clipboard

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 @@ -8,7 +8,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 \
xorg-x11-server-Xvfb mesa-dri-drivers wl-clipboard \
PackageKit PackageKit-glib \
--nodocs --setopt install_weak_deps=False && dnf clean all -y

Expand Down

0 comments on commit bbf7bec

Please sign in to comment.