runtime is testedwq

This commit is contained in:
Sukchan Lee 2018-02-20 23:49:24 +09:00
parent bd1dff2dc5
commit 5fcc7e2ee6
2 changed files with 13 additions and 3 deletions

View file

@ -9,7 +9,12 @@ WORKDIR /tmp
RUN git clone https://github.com/acetcom/nextepc
RUN cd nextepc && \
autoreconf -iv && \
./configure && \
autoreconf -f -i && \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var && \
make -j `nproc` && \
make install
WORKDIR /root