Remove unrecoginized configure flag
This commit is contained in:
@ -31,7 +31,7 @@ RUN apt-get install -y \
|
|||||||
|
|
||||||
# Setup doom
|
# Setup doom
|
||||||
ADD /dockerdoom /dockerdoom
|
ADD /dockerdoom /dockerdoom
|
||||||
RUN cd /dockerdoom/trunk && ./configure --enable-static && make && make install
|
RUN cd /dockerdoom/trunk && ./configure && make && make install
|
||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
|
Reference in New Issue
Block a user