Skip to content

Commit

Permalink
Workaround xpra issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jun 18, 2024
1 parent a29e626 commit 3731f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04

LABEL maintainer="Reinhard Pointner <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.xpra
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -eux \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates \
&& add-apt-repository universe \
&& curl -o /usr/share/keyrings/xpra.asc https://xpra.org/xpra.asc \
&& curl -o /etc/apt/sources.list.d/xpra.sources https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/noble/xpra.sources \
&& curl -o /etc/apt/sources.list.d/xpra.sources https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/jammy/xpra.sources \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y xpra openjdk-17-jre zenity xdg-utils nautilus gedit trash-cli \
## ** fix xdg-open behaviour
Expand Down

0 comments on commit 3731f37

Please sign in to comment.