# runc-1.0.0-rc9 ^ Taille du paquet | 9.5M | ^ Somme de contrĂ´le SHA256 | 963a5d9e4a068b67585a043759b2fee5efd208a9e12e7d20eb16db63ba139efc | ^ Estimation du temps de construction |20.647 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de runc-1.0.0-rc9 en %R seconds ...' time { mkdir -pv ${LFS}/opt/gopath/src/github.com/opencontainers/ && cd ${LFS}/opt/gopath/src/github.com/opencontainers/ && rm -Rf runc && git clone http://github.com/opencontainers/runc.git && cd runc && make BUILDTAGS="" && make DESTDIR=$PWD/_pkg install && strip _pkg/usr/local/sbin/* install -o root -g root -m 755 -d _pkg/usr/share/containers/oci/hooks.d && tar -C _pkg/ -cvf ${LFS}/pkg/runc-1.0.0-rc9.tar.gz ./ && cd "${LFS}/" } ```