ci: DL3045
This commit is contained in:
parent
6e35747fd3
commit
59ab15133f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
FROM alpine AS builder
|
FROM alpine AS builder
|
||||||
ARG MDNS_REPEATER_VERSION=local
|
ARG MDNS_REPEATER_VERSION=local
|
||||||
|
WORKDIR /
|
||||||
COPY mdns-repeater.c mdns-repeater.c
|
COPY mdns-repeater.c mdns-repeater.c
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
apk add --no-cache build-base && \
|
apk add --no-cache build-base && \
|
||||||
|
|
Reference in a new issue