summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorqurious-pixel <62252937+qurious-pixel@users.noreply.github.com>2022-08-06 18:52:22 -0700
committerGitHub <noreply@github.com>2022-08-07 03:52:22 +0200
commitb2ac01bc98f3e52f21e02ffe3e97132897178d6a (patch)
tree484704ef46a58078e1175cbebe2a1f2b2f9c5a4c /Dockerfile
parent1794683d3a723d528c3b62545daf60b98c4456af (diff)
[CI] Link Updated SDL2 version (#1078)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e44a08286..1c23dafa4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,7 +46,8 @@ RUN curl -sLO https://libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \
cd SDL2-${SDL2VER} && \
./configure --build=x86_64-linux-gnu && \
make -j$(nproc) && make install && \
- rm ../SDL2-${SDL2VER}.tar.gz
+ rm ../SDL2-${SDL2VER}.tar.gz && \
+ cp -av /usr/local/lib/libSDL* /lib/x86_64-linux-gnu/
RUN \
ln -sf /proc/self/mounts /etc/mtab && \