Check for curl as a dependency for export-image (#95)
* Check for curl as a dependency for export-image * Add curl to the Dockerfile
This commit is contained in:
parent
4dc1e1670e
commit
3cc13f2aa2
2 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
1
depends
1
depends
|
@ -11,3 +11,4 @@ bsdtar
|
|||
grep
|
||||
rsync
|
||||
xz:xz-utils
|
||||
curl
|
||||
|
|
Loading…
Reference in a new issue