core: headscale api
diff --git a/core/headscale/Dockerfile b/core/headscale/Dockerfile
new file mode 100644
index 0000000..5d76932
--- /dev/null
+++ b/core/headscale/Dockerfile
@@ -0,0 +1,6 @@
+FROM headscale/headscale:0.22.3
+
+ARG TARGETARCH
+
+COPY server_${TARGETARCH} /usr/bin/headscale-api
+RUN chmod +x /usr/bin/headscale-api