Skip to content

Commit

Permalink
chore: install a lot of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chrootlogin committed Nov 26, 2024
1 parent c522aa3 commit 24e5f82
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
8 changes: 7 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ RUN set -eux; \
fonts-thai-tlwg \
fonts-tibetan-machine \
nano \
net-tools \
openssh-client \
pavucontrol \
pavumeter \
pulseaudio \
supervisor \
tigervnc-standalone-server \
tigervnc-tools \
tini \
unzip \
vim \
wget; \
wget \
zip; \
apt-get clean

ENV DISPLAY=:0
Expand Down
15 changes: 14 additions & 1 deletion xfce4-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@ USER 0

# Install dependencies
RUN set -eux; \
extrepo enable vscodium; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essentials \
codium \
cups \
gimp \
git \
libreoffice; \
hplip \
hplip-gui \
libreoffice \
libreoffice-style-elementary \
openprinting-ppds \
orage \
simple-scan \
vlc \
xfce4-screenshooter; \
apt-get clean

# Switch back to user
Expand Down
8 changes: 6 additions & 2 deletions xfce4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ FROM ghcr.io/erhardtconsulting/desktop-base:latest@sha256:d3e727d3bff698b19c2a2d

# Install xfce4
RUN set -eux; \
extrepo enable vscodium; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
codium \
elementary-xfce-icon-theme \
firefox-esr \
mousepad \
ristretto \
thunar \
thunar-archive-plugin \
thunar-media-tags-plugin \
thunderbird \
xfce4 \
xfce4-notifyd \
xfce4-taskmanager \
xfce4-terminal; \
apt-get clean

Expand Down

0 comments on commit 24e5f82

Please sign in to comment.