Commit 4ba565c1 authored by nimrod's avatar nimrod
Browse files

Link all Flatpak utils.

This adds flatpak-spawn as well.
parent ffe7b5eb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,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-* && \
    ln --symbolic --target /usr/local/bin/ /usr/libexec/flatpak-xdg-utils/* && \
    python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir \
        ansible \
        ansible-runner \