mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
e1a04f84e8
PiperOrigin-RevId: 322265513
5 lines
152 B
Docker
5 lines
152 B
Docker
# 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
|