Compare commits

...

2 Commits

3 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /root
COPY 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst .
RUN pacman -Sy \
RUN pacman -Sy alsa-utils --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/*

View File

@ -15,6 +15,9 @@ services:
image: git.shihaam.dev/dockerfiles/64gram
environment:
- DISPLAY
devices:
- /dev/snd:/dev/snd
- /dev/video0:/dev/video0
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
- $HOME/Downloads:/root/Downloads

View File

@ -4,9 +4,11 @@ services:
build: .
hostname: 64gram
image: git.shihaam.dev/dockerfiles/64gram
# user: "1000:1000"
environment:
- DISPLAY
devices:
- /dev/snd:/dev/snd
- /dev/video0:/dev/video0
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
- $HOME/Downloads:/root/Downloads