less space i think
This commit is contained in:
parent
ca1675c6cd
commit
6b81077cfe
@ -4,8 +4,8 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst .
|
COPY 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst .
|
||||||
|
|
||||||
RUN pacman -Sy
|
RUN pacman -Sy \
|
||||||
|
&& pacman -U 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst --noconfirm \
|
||||||
RUN 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/*
|
||||||
|
|
||||||
CMD telegram-desktop
|
CMD telegram-desktop
|
||||||
|
@ -4,10 +4,13 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
hostname: 64gram
|
hostname: 64gram
|
||||||
image: git.shihaam.dev/dockerfiles/64gram
|
image: git.shihaam.dev/dockerfiles/64gram
|
||||||
|
user: "1000:1000"
|
||||||
environment:
|
environment:
|
||||||
- DISPLAY
|
- DISPLAY
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
|
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
|
||||||
- $HOME/.local/share/fonts:/root/.local/share/fonts
|
- $HOME/Downloads:/root/Downloads
|
||||||
|
- $HOME/Pictures:/root/Pictures
|
||||||
|
- $HOME/Documents:/root/Documents
|
||||||
- /usr/share/icons:/usr/share/icons
|
- /usr/share/icons:/usr/share/icons
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user