From 8d7f225fa52720ed6942cc065f760d6fa1afdc3c Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 9 Apr 2022 16:43:33 +0300 Subject: [PATCH] Use Flatpak XDG utilities. Use the replacement XDG utilities for Flatpak containers to replace standard xdg-open and xdg-email so they work as expected inside the container. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d911b42..51bc422 100644 --- a/Dockerfile +++ b/Dockerfile @@ -160,6 +160,7 @@ RUN apt-get update && \ sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \ locale-gen && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \ + ln --symbolic --target /usr/local/bin/ /usr/libexec/flatpak-xdg-utils/xdg-* && \ python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir \ ansible \ ansible-runner \ -- GitLab