From 9823c35340c5a701fe91797015fa8dd5201bc40b Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Fri, 8 Jun 2018 15:31:42 -0700 Subject: [PATCH] feat(rootfs): install cut (#106) --- rootfs/.conform.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/.conform.yaml b/rootfs/.conform.yaml index ac6909b0cd..1faa8b2830 100644 --- a/rootfs/.conform.yaml +++ b/rootfs/.conform.yaml @@ -125,6 +125,7 @@ tasks: RUN cp ./src/touch /bin/touch RUN cp ./src/du /bin/du RUN cp ./src/nice /bin/nice + RUN cp ./src/cut /bin/cut cri-o: template: | WORKDIR {{ index .Variables "dest" }}/{{ .Docker.CurrentStage }}