add ./configure stage to docker build

This commit is contained in:
Yves Rutschle 2024-01-04 23:04:26 +01:00
parent 780e536aeb
commit 046401148d

View File

@ -16,7 +16,7 @@ RUN apk add --no-cache \
COPY . /sslh
RUN make sslh-select && strip sslh-select
RUN ./configure && make sslh-select && strip sslh-select
FROM docker.io/${TARGET_ARCH}/alpine:${ALPINE_VERSION}