Selaa lähdekoodia

scripts/build-docker: stop creating scratch image

Scratch image has become docker's reserved image.
Yicheng Qin 10 vuotta sitten
vanhempi
commit
cf6cb82caa
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      scripts/build-docker

+ 0 - 1
scripts/build-docker

@@ -1,5 +1,4 @@
 #!/usr/bin/env bash
-tar cv --files-from /dev/null | docker import - scratch
 
 cat <<DF > Dockerfile
 FROM scratch