ci: Attempt to build out new FreeBSD docker builder image.

This commit is contained in:
Dorian 2020-02-24 14:36:01 -05:00
parent 428ca8f1c0
commit b50dbc1f76
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN mkdir /pkg \
&& curl -L https://github.com/freebsd/pkg/archive/1.10.5.tar.gz | \ && curl -L https://github.com/freebsd/pkg/archive/1.10.5.tar.gz | \
tar -zxf - -C /pkg \ tar -zxf - -C /pkg \
&& cd /pkg/pkg-* \ && cd /pkg/pkg-* \
&& ./autogen.sh && ./autogen.sh \
&& ./configure \ && ./configure \
&& make -j4 install \ && make -j4 install \
&& cd / \ && cd / \