scripts/build-docker: stop creating scratch image

Scratch image has become docker's reserved image.
This commit is contained in:
Yicheng Qin 2015-09-05 23:54:01 -07:00
parent a1b01c266a
commit cf6cb82caa

View File

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