Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manabu committed Aug 16, 2016
1 parent 41784f3 commit 328ac9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dockerimage/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:14.04.4
RUN echo "hello" > /dummy.txt
RUN rm dummy.txt
CMD ["/bin/sh"]
CMD ["/bin/dash"]
RUN echo "fake" > /fake.txt
CMD ["/bin/bash"]
ENV DUMMYVALUE=dummy
RUN echo "addenv" >> /fake.txt

0 comments on commit 328ac9f

Please sign in to comment.