We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa06d5 commit 149a581Copy full SHA for 149a581
Dockerfile
@@ -51,7 +51,9 @@ RUN set -x && \
51
wget https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/SHA256.sig && \
52
signify -C -p /openbgpd.pub -x SHA256.sig "openbgpd-${VERSION}.tar.gz" && \
53
tar xfz "openbgpd-${VERSION}.tar.gz" && \
54
- cd "openbgpd-${VERSION}/"; \
+ cd "openbgpd-${VERSION}/" && \
55
+ wget https://github.com/openbgpd-portable/openbgpd-portable/commit/5d1c8b0c85f3a6ae41fdd970238b3a3337af6a46.patch -O - | tee /dev/stderr | patch -p1 && \
56
+ autoreconf -i -f; \
57
else \
58
git clone -b "${PORTABLE_COMMIT:-master}" --single-branch "${PORTABLE_GIT:-https://github.com/openbgpd-portable/openbgpd-portable.git}" && \
59
cd openbgpd-portable/ && \
0 commit comments