Check for curl as a dependency for export-image (#95)

* Check for curl as a dependency for export-image

* Add curl to the Dockerfile
pull/97/head
Russ K 2017-08-21 03:48:55 -05:00 committed by XECDesign
parent 4dc1e1670e
commit 3cc13f2aa2
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt-get -y update && \
apt-get -y install \ apt-get -y install \
git vim parted \ git vim parted \
quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools \ 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/* && rm -rf /var/lib/apt/lists/*
COPY . /pi-gen/ COPY . /pi-gen/

View File

@ -11,3 +11,4 @@ bsdtar
grep grep
rsync rsync
xz:xz-utils xz:xz-utils
curl