Skip to content

Commit

Permalink
add retroarch all-in-one image
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCMcDonough committed Dec 28, 2023
1 parent 9fc8dea commit b5c819b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions images/retroarch-aio/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM ghcr.io/pod-arcade/desktop:main

# Install all necessary packages
RUN apt-get update && \
apt-get install -y \
mesa-utils-extra \
retroarch \
pulseaudio \
wget && \
rm -rf /var/lib/apt/lists/*

ENV EXTRA_SWAY_COMMANDS "/usr/bin/retroarch"

0 comments on commit b5c819b

Please sign in to comment.