Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Merge pull request #12 from uhidontkno/main
Browse files Browse the repository at this point in the history
fix: fix debian kde
  • Loading branch information
genericness authored Jul 23, 2024
2 parents a8f510a + 5f1275e commit dce2ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-kde/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV USER=stardust
ENV PNPM_HOME="/home/stardust/.local/share/pnpm"
WORKDIR /app

RUN apt-get update && apt-get install --no-install-recommends -y \
RUN apt-get update && apt-get install -y \
xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev \
python3 python3-pip xterm procps python3-numpy wget curl inetutils-ping imagemagick nano \
kde-plasma-desktop breeze firefox-esr kwin-x11 plasma-discover tigervnc-tools tigervnc-standalone-server \
Expand Down

0 comments on commit dce2ae5

Please sign in to comment.