docker add qemu for proper emulation add dockerfile;

This commit is contained in:
Cody Lee
2022-11-05 09:58:29 -05:00
parent 6d3a416940
commit 5f0abedc2a

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM gcr.io/distroless/static-debian11
COPY unpoller /usr/bin/unpoller
ENTRYPOINT [ "/usr/bin/unpoller" ]