i hate the future
This commit is contained in:
BIN
64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst
Normal file
BIN
64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst
Normal file
Binary file not shown.
18
Dockerfile
Normal file
18
Dockerfile
Normal file
@ -0,0 +1,18 @@
|
||||
FROM archlinux
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
COPY 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst .
|
||||
# Install xorg-xhost for X11 forwarding and additional libraries for "xcb"
|
||||
RUN pacman -Sy \
|
||||
&& pacman -S xorg-xhost \
|
||||
libxkbcommon-x11 \
|
||||
xcb-util \
|
||||
--noconfirm
|
||||
|
||||
RUN pacman -U 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst --noconfirm
|
||||
|
||||
# Set the DISPLAY environment variable
|
||||
ENV DISPLAY=host.docker.internal:0.0
|
||||
|
||||
CMD telegram-desktop
|
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
64gram:
|
||||
build: .
|
||||
hostname: 64gram
|
||||
image: git.shihaam.dev/dockerfiles/64gram
|
||||
|
Reference in New Issue
Block a user