write to /tmp

This commit is contained in:
sharifelgamal 2018-03-29 13:35:37 -07:00
parent abc85905c0
commit 7ae8f35eb9
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ FROM gcr.io/google-appengine/debian9
RUN useradd testuser
RUN groupadd testgroup
USER testuser:testgroup
RUN echo "hey" > /etc/foo
RUN echo "hey" > /tmp/foo