We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a238f41 commit a855db4Copy full SHA for a855db4
Dockerfile
@@ -57,6 +57,8 @@ RUN set -x && \
57
cd openbgpd-portable/ && \
58
git clone -b "${OPENBSD_COMMIT:-master}" --single-branch "${OPENBSD_GIT:-https://github.com/openbgpd-portable/openbgpd-openbsd.git}" openbsd/ && \
59
rm -rf openbsd/.git/ && \
60
+ wget https://git.savannah.gnu.org/cgit/autoconf.git/plain/build-aux/config.guess?id=6199cff2909e0ac84c9391aa49ed097d6a33268d -O - | tee /dev/stderr > scripts/config.guess && \
61
+ wget https://git.savannah.gnu.org/cgit/autoconf.git/plain/build-aux/config.sub?id=6199cff2909e0ac84c9391aa49ed097d6a33268d -O - | tee /dev/stderr > scripts/config.sub && \
62
./autogen.sh; \
63
fi && \
64
./configure \
0 commit comments