]> git.ipfire.org Git - people/jschlag/pbs-docker.git/blobdiff - src/pakfire/Dockerfile
Refactoring the structure of our images
[people/jschlag/pbs-docker.git] / src / pakfire / Dockerfile
diff --git a/src/pakfire/Dockerfile b/src/pakfire/Dockerfile
new file mode 100644 (file)
index 0000000..1216c1e
--- /dev/null
@@ -0,0 +1,13 @@
+FROM centos:latest
+MAINTAINER jonatanschlag
+
+ADD setup.sh /tmp/setup.sh
+RUN chmod +x /tmp/setup.sh && /tmp/setup.sh
+
+
+USER root 
+
+# Define default command.
+CMD ["/bin/bash"]
+