From: Erik Brakkee Date: Sat, 1 Oct 2022 18:57:01 +0000 (+0200) Subject: example Dockerfile X-Git-Url: http://wamblee.org/gitweb/?p=upnpmonitor;a=commitdiff_plain;h=887ae0092f46ef7f39e20336898db8a927e0297f example Dockerfile --- diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8678258 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM rockylinux:8 + +RUN yum install curl -y