Skip to content

Commit

Permalink
feat(rootfs): install cut (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jun 8, 2018
1 parent d5b6eca commit 9823c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/.conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9823c35

Please sign in to comment.