RUN cd /tmp && git clone git://git.skarnet.org/skalibs && cd skalibs && ./configure && make && make install
RUN cd /tmp && git clone git://git.skarnet.org/execline && cd execline && ./configure && make && make install
RUN cd /tmp && git clone git://git.skarnet.org/s6 && cd s6 && ./configure && make && make install
However, now we get build failures stating that recipe for target 's6-ftrig-listen' failed because cannot find -lexecline
This seems to be directly correlated to the recent #82e33dd
Following the standard build-from-code process
However, now we get build failures stating that
recipe for target 's6-ftrig-listen' failed
becausecannot find -lexecline
This seems to be directly correlated to the recent #82e33dd
Any thoughts? Or have build instructions changed?
Thanks, Ray