added support to open links

This commit is contained in:
2023-10-04 00:51:04 +05:00
parent bb253a2b2c
commit 536bda25fb
4 changed files with 14 additions and 1 deletions

View File

@ -4,8 +4,11 @@ WORKDIR /root
COPY 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst .
RUN pacman -Sy alsa-utils --noconfirm \
RUN pacman -Sy alsa-utils xdg-utils socat --noconfirm \
&& pacman -U 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst --noconfirm \
&& rm -rfv 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/*
COPY xdg-open-listener.sh /usr/sbin/xdg-open
RUN chmod +x /usr/sbin/xdg-open
CMD telegram-desktop