From eabd76c79e36ce27fa7aa477cf5f86a8b30c44c0 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Thu, 5 Jul 2018 20:20:53 -0700 Subject: [PATCH] fix(rootfs): don't remove the docker binary (#119) --- src/rootfs/.conform.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rootfs/.conform.yaml b/src/rootfs/.conform.yaml index 76f12a6eb..c1f05c60e 100644 --- a/src/rootfs/.conform.yaml +++ b/src/rootfs/.conform.yaml @@ -142,8 +142,7 @@ tasks: docker: template: | WORKDIR {{ index .Variables "rootfs" }}/bin - RUN curl -L {{ index .Variables "srcDocker" }} | tar --strip-components=1 -xz \ - && rm docker + RUN curl -L {{ index .Variables "srcDocker" }} | tar --strip-components=1 -xz ebtables: template: | WORKDIR {{ index .Variables "dest" }}/{{ .Docker.CurrentStage }}