mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-12 15:17:14 +03:00
add ./configure stage to docker build
This commit is contained in:
parent
780e536aeb
commit
046401148d
@ -16,7 +16,7 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
COPY . /sslh
|
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}
|
FROM docker.io/${TARGET_ARCH}/alpine:${ALPINE_VERSION}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user