example Dockerfile
authorErik Brakkee <erik@brakkee.org>
Sat, 1 Oct 2022 18:57:01 +0000 (20:57 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 1 Oct 2022 18:57:01 +0000 (20:57 +0200)
Dockerfile [new file with mode: 0644]

diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..8678258
--- /dev/null
@@ -0,0 +1,3 @@
+FROM rockylinux:8
+
+RUN yum install curl -y