ci: DL3045

This commit is contained in:
Michael Grote 2023-06-10 10:56:16 +02:00
parent 6e35747fd3
commit 59ab15133f

View file

@ -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 && \