Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyalj authored Sep 20, 2018
1 parent 22e47cb commit b6a179c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM registry.access.redhat.com/rhel7:7.5

USER root

RUN yum install -y wget telnet bind-utils iputils

CMD tail -f /dev/null

USER 1001

0 comments on commit b6a179c

Please sign in to comment.