summaryrefslogtreecommitdiffhomepage
path: root/images/tmpfile/Dockerfile
blob: e3816c8cbfba1038b81561bcc77f5f6ddfde667c (plain)
1
2
3
4
# Create file under /tmp to ensure files inside '/tmp' are not overridden.
FROM alpine:3.11.5
RUN mkdir -p /tmp/foo \
  && echo 123 > /tmp/foo/file.txt