fix(rootfs): don't remove the docker binary (#119)

This commit is contained in:
Andrew Rynhard 2018-07-05 20:20:53 -07:00 committed by GitHub
parent 80edd4852c
commit eabd76c79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}