|
@@ -288,7 +288,9 @@ func (b *buildFile) commit(id string, autoCmd []string, comment string) error {
|
|
b.config.Cmd = []string{"/bin/sh", "-c", "#(nop) " + comment}
|
|
b.config.Cmd = []string{"/bin/sh", "-c", "#(nop) " + comment}
|
|
if cache, err := b.srv.ImageGetCached(b.image, b.config); err != nil {
|
|
if cache, err := b.srv.ImageGetCached(b.image, b.config); err != nil {
|