Add curl to the Dockerfile

pull/95/head
rkubes 2017-08-20 10:52:16 -05:00
parent 388425d62e
commit 9b2d5e2d3e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt-get -y update && \
apt-get -y install \
git vim parted \
quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools \
bsdtar libcap2-bin rsync grep udev xz-utils \
bsdtar libcap2-bin rsync grep udev xz-utils curl \
&& rm -rf /var/lib/apt/lists/*
COPY . /pi-gen/