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

Commit

Permalink
Add socat to the images
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Aug 16, 2023
1 parent 8590d90 commit ca48779
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:e21266b93a65192313d3857651abf2b5a194bad9438b3d8a565aeeb3b4400d5e

RUN pacman -Syu --noconfirm gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit && \
RUN pacman -Syu --noconfirm gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit socat && \
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 @@ -11,7 +11,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 gir1.2-vte-2.91 xvfb \
gnome-session gjs dbus-user-session gir1.2-vte-2.91 xvfb socat \
packagekit gir1.2-packagekitglib-1.0

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 dnf update -y && \
dnf install -y gnome-session-xsession gnome-extensions-app gjs vte291 \
xorg-x11-server-Xvfb mesa-dri-drivers \
xorg-x11-server-Xvfb mesa-dri-drivers socat \
PackageKit PackageKit-glib \
--nodocs --setopt install_weak_deps=False && dnf clean all -y

Expand Down

0 comments on commit ca48779

Please sign in to comment.