Last active
October 26, 2018 16:29
-
-
Save samdoran/053c1e019114a983d9be30864ccdfadc to your computer and use it in GitHub Desktop.
Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM centos:7 | |
| RUN touch /tmp/foo | |
| RUN touch /tmp/foo2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment