Fix mkdir typo in dockerfile_best-practices.md.
This commit is contained in:
parent
b18efeeb7a
commit
b95f9c10ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue