mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix the url in comparison of "COPY" and "RUN curl"
From context on next line,`tar -xJC` implies the file is `big.tar.xz` instead of `big.tar.gz`. Signed-off-by: Wenxuan Zhao <viz@linux.com>
This commit is contained in:
parent
fc793bf1a3
commit
3dd134ceca
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ things like:
|
|||
And instead, do something like:
|
||||
|
||||
RUN mkdir -p /usr/src/things \
|
||||
&& curl -SL http://example.com/big.tar.gz \
|
||||
&& curl -SL http://example.com/big.tar.xz \
|
||||
| tar -xJC /usr/src/things \
|
||||
&& make -C /usr/src/things all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue