Skip to content

Commit

Permalink
Satisfy libtls dependency using libtls-standalone(-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck committed Mar 18, 2021
1 parent aa31ed3 commit 99690d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ ARG OPENBSD_GIT
ENV OPENBSD_GIT ${OPENBSD_GIT:-https://github.com/rpki-client/rpki-client-openbsd.git}
ARG OPENBSD_COMMIT
ENV OPENBSD_COMMIT ${OPENBSD_COMMIT}
ENV BUILDREQ="git autoconf automake libtool build-base fts-dev openssl-dev"
ENV BUILDREQ="git autoconf automake libtool build-base fts-dev openssl-dev libtls-standalone-dev"

RUN set -x && \
apk add --no-cache ${BUILDREQ} fts rsync tzdata tini && \
export CFLAGS="$(pkg-config --cflags libtls-standalone)" && \
export CPPFLAGS="$(pkg-config --cflags libtls-standalone)" && \
cd /tmp && \
git clone ${PORTABLE_GIT} && \
cd rpki-client-portable && \
Expand Down

0 comments on commit 99690d3

Please sign in to comment.