mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
When using Gnu Wget, the `--directory-prefix` option automatically creates the specified path if it doesn't exist. Note that this does not work when using the busybox version of Wget (but we're not using that in our Dockerfile). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>