Remove unrecoginized configure flag

This commit is contained in:
David Zuber
2019-09-01 21:11:32 +01:00
parent ee873fae1a
commit a2d5d5565c

View File

@ -31,7 +31,7 @@ RUN apt-get install -y \
# Setup doom
ADD /dockerdoom /dockerdoom
RUN cd /dockerdoom/trunk && ./configure --enable-static && make && make install
RUN cd /dockerdoom/trunk && ./configure && make && make install
FROM ubuntu
RUN apt-get install -y \