Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelskieglazki committed Aug 19, 2019
1 parent 09aeacd commit 7db8c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN cd /teonet/distr && \
RUN ldconfig

# build teonet
RUN cd /teonet && ./autogen.sh --prefix=/usr/local
RUN cd /teonet && autoreconf --force --install
RUN ./autogen.sh --prefix=/usr/local
RUN make
RUN make install
RUN cp /teonet/src/.libs/libteonet* /usr/lib/

0 comments on commit 7db8c93

Please sign in to comment.