You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/docker/alpine-windows.Dockerfile

10 lines
329 B
Docker

FROM alpine:edge as builder
RUN apk update && \
apk --no-cache add --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing build-base cmake git libcap-dev libcap-static libuv-dev libuv-static curl ninja bash binutils-gold mingw-w64-gcc
WORKDIR /src/
COPY . /src/
RUN make windows-release NINJA=ninja STATIC_LINK=ON