develop #1

Merged
deblan merged 5 commits from develop into main 2023-06-06 14:10:45 +02:00
Showing only changes of commit 26f7c9c40e - Show all commits

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM debian:stable-slim
RUN apt-get update && apt-get install ca-certificates -y
COPY ./capture /usr/bin/capture
WORKDIR /app
ENTRYPOINT ["/usr/bin/capture"]