Skip to content

Commit

Permalink
add ./configure stage to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
yrutschle committed Jan 4, 2024
1 parent 780e536 commit 0464011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 0464011

Please sign in to comment.