1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00

Remove SDL2_mixer dependencies from Dockerfile

This commit is contained in:
Ethan Lee 2022-03-29 02:27:58 -04:00
parent 8980b2e546
commit f88ed0dc1b

View File

@ -13,8 +13,6 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
RUN yum -y install \
# used below
yum-utils \
# SDL2_mixer dependencies
libogg-devel libvorbis-devel \
# VVVVVV dependencies
gcc-c++ cmake make