write to /tmp
This commit is contained in:
parent
abc85905c0
commit
7ae8f35eb9
|
|
@ -16,4 +16,4 @@ FROM gcr.io/google-appengine/debian9
|
||||||
RUN useradd testuser
|
RUN useradd testuser
|
||||||
RUN groupadd testgroup
|
RUN groupadd testgroup
|
||||||
USER testuser:testgroup
|
USER testuser:testgroup
|
||||||
RUN echo "hey" > /etc/foo
|
RUN echo "hey" > /tmp/foo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue