Skip to content

Commit 2d18faa

Browse files
chore: use a newer SDL2 package (#30)
1 parent 2f4b456 commit 2d18faa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN apt-get update && \
3535
build-essential \
3636
dumb-init \
3737
libfox-1.6-dev python3-clang-10 \
38-
libsdl2-dev \
3938
cmake \
4039
kitware-archive-keyring \
4140
git \
@@ -62,6 +61,9 @@ RUN apt-get update && \
6261
ru_RU.UTF-8 sv_SE.UTF-8 zh_TW.UTF-8 uk_UA.UTF-8 && \
6362
# Install global npm package
6463
npm i lv_font_conv -g && \
64+
# Set up Rob Savoury's PPA for newer SDL2
65+
add-apt-repository ppa:savoury1/multimedia --yes && \
66+
apt-get install --yes --no-install-recommends libsdl2-dev && \
6567
# Clean up
6668
apt-get clean && rm -rf /var/lib/apt/lists/*
6769

0 commit comments

Comments
 (0)