Tizen_4.0 base
[platform/upstream/docker-engine.git] / builder / dockerfile / parser / testfiles / continueIndent / Dockerfile
1 FROM ubuntu:14.04
2
3 RUN echo hello\
4   world\
5   goodnight  \
6   moon\
7   light\
8 ning
9 RUN echo hello  \
10   world
11 RUN echo hello  \
12 world
13 RUN echo hello \
14 goodbye\
15 frog
16 RUN echo hello  \  
17 world
18 RUN echo hi \
19  \
20  world \
21 \
22  good\
23 \
24 night
25 RUN echo goodbye\
26 frog
27 RUN echo good\
28 bye\
29 frog
30
31 RUN echo hello \
32 # this is a comment
33
34 # this is a comment with a blank line surrounding it
35
36 this is some more useful stuff