diff options
author | XECDesign <[email protected]> | 2019-03-11 11:14:04 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-11 11:14:04 +0000 |
commit | 91bc38d5102cfada86a1b0a06d41f9826f67ea9b (patch) | |
tree | 4379dd95f4671cec285899dd70915cd2a1ffd3b9 | |
parent | 67241b9626a4d89a8389135caf1330bc7a390081 (diff) |
Update Dockerfile
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get -y update && \ apt-get -y install \ git vim parted \ - quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools \ + quilt coreutils qemu-user-static debootstrap zerofree pxz zip dosfstools \ bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod\ && rm -rf /var/lib/apt/lists/* |