mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Merge pull request #9057 from andi5/typo-best-practices
Fix mkdir typo in dockerfile_best-practices.md. Upstream-commit: 1e75c9e8b40eea56e355f825b764d72ec5a89c19 Component: engine
This commit is contained in:
@@ -281,7 +281,7 @@ things like:
|
||||
|
||||
And instead, do something like:
|
||||
|
||||
RUN mdkir -p /usr/src/things \
|
||||
RUN mkdir -p /usr/src/things \
|
||||
&& curl -SL http://example.com/big.tar.gz \
|
||||
| tar -xJC /usr/src/things \
|
||||
&& make -C /usr/src/things all
|
||||
|
||||
Reference in New Issue
Block a user