mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Remove SDL2_mixer dependencies from Dockerfile
This commit is contained in:
parent
8980b2e546
commit
f88ed0dc1b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue