Skip to content

Commit

Permalink
fix: compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Oct 29, 2024
1 parent 8fbe0d5 commit 80c1a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/retroarch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
# 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
Expand Down

0 comments on commit 80c1a8e

Please sign in to comment.