Compare commits

..

No commits in common. "bbc76c929b9c0b31b6d0e71e468e89fc7d827968" and "0189636684ec9d3158ffe02c261ee48c56a19292" have entirely different histories.

3 changed files with 2 additions and 7 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 alsa-utils --noconfirm \
RUN pacman -Sy \
&& 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,9 +15,6 @@ 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,11 +4,9 @@ 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