diff options
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ FROM alpine AS builder ARG MDNS_REPEATER_VERSION=local +WORKDIR / COPY mdns-repeater.c mdns-repeater.c RUN set -ex && \ apk add --no-cache build-base && \ |