-
-
Save pmorie/36828931cf795a434427f3847f754dff to your computer and use it in GitHub Desktop.
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:centos7 | |
RUN mkdir /foo | |
RUN echo hi > /foo/hi | |
RUN echo hi2 > /foo/hi2 | |
RUN echo hi3 > /foo/hi3 | |
RUN date | |
RUN yum update -y | |
RUN yum clean all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment