aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Grote2023-06-10 10:56:16 +0200
committerMichael Grote2023-06-10 10:56:16 +0200
commit59ab15133f72ef0f1c586245c3bacc0cce896915 (patch)
tree7af95fe1e01cbff407bc9021930d6ad82e3c7625 /Dockerfile
parent6e35747fd3d182a5a76540e2237eedc5c6c40490 (diff)
ci: DL3045
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e0dd25c..18eccb6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \