]> git.ipfire.org Git - people/jschlag/pbs-docker.git/blob - src/pakfire/Dockerfile
Refactoring the structure of our images
[people/jschlag/pbs-docker.git] / src / pakfire / Dockerfile
1 FROM centos:latest
2 MAINTAINER jonatanschlag
3
4 ADD setup.sh /tmp/setup.sh
5
6 RUN chmod +x /tmp/setup.sh && /tmp/setup.sh
7
8
9 USER root
10
11 # Define default command.
12 CMD ["/bin/bash"]
13