Skip to content
Snippets Groups Projects
Commit 8d7f225f authored by nimrod's avatar nimrod
Browse files

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.
parent 464d6b2d
Branches
No related tags found
No related merge requests found
Pipeline #2795 waiting for manual action
...@@ -160,6 +160,7 @@ RUN apt-get update && \ ...@@ -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 && \ 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 && \ locale-gen && \
ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \ 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 \ python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir \
ansible \ ansible \
ansible-runner \ ansible-runner \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment