Fix mkdir typo in dockerfile_best-practices.md.

This commit is contained in:
Andreas Köhler 2014-11-10 01:00:05 +01:00
parent b18efeeb7a
commit b95f9c10ff
1 changed files with 1 additions and 1 deletions

View File

@ -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