Skip to content

Commit

Permalink
Merge pull request #196 from JesseAye/retroarch-core-missing-depends
Browse files Browse the repository at this point in the history
RetroArch LRPS2 core missing dependencies
  • Loading branch information
ABeltramo authored Oct 29, 2024
2 parents 9232b0d + 9753451 commit 8fbe0d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/retroarch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ RUN apt-get update && \
add-apt-repository ppa:libretro/stable && \
apt-get update && \
# Install retroarch \
apt-get install -y retroarch p7zip-full && \
apt-get install -y retroarch p7zip-full libglu1 libaio1t64 && \
# Cleanup \
apt-get remove -y software-properties-common gpg-agent && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* \
ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1

COPY configs/retroarch.cfg /cfg/retroarch.cfg
COPY --chmod=777 scripts/startup.sh /opt/gow/startup-app.sh
Expand Down

0 comments on commit 8fbe0d5

Please sign in to comment.