Skip to content

Commit 154d6fa

Browse files
committed
Added steam distrobox
1 parent 32405c9 commit 154d6fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

distroboxes/steam/Containerfile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
FROM ghcr.io/ublue-os/arch-distrobox:latest
2+
3+
LABEL com.github.containers.toolbox="true" \
4+
name="steam-container"
5+
6+
RUN pacman -Syu --noconfirm \
7+
glibc-locales \
8+
lib32-vulkan-mesa-layers \
9+
lib32-vulkan-radeon \
10+
lib32-mangohud \
11+
pipewire-alsa \
12+
pipewire-pulse \
13+
steam \
14+
ttf-liberation \
15+
xdg-desktop-portal-gnome && \
16+
pacman -Sc --noconfirm
17+
18+
VOLUME /steam /var/home

0 commit comments

Comments
 (0)