Bladeren bron

Remove out-of-context code block

Signed-off-by: Huu Nguyen <whoshuu@gmail.com>
Huu Nguyen 10 jaren geleden
bovenliggende
commit
8453cf0671
1 gewijzigde bestanden met toevoegingen van 0 en 6 verwijderingen
  1. 0 6
      docs/sources/articles/dockerfile_best-practices.md

+ 0 - 6
docs/sources/articles/dockerfile_best-practices.md

@@ -113,12 +113,6 @@ the command string itself will be used to find a match.
 Once the cache is invalidated, all subsequent `Dockerfile` commands will
 generate new images and the cache will not be used.
 
-        bzr \
-        cvs \
-        git \
-        mercurial \
-        subversion
-
 ## The Dockerfile instructions
 
 Below you'll find recommendations for the best way to write the