Add curl to the Dockerfile
This commit is contained in:
parent
388425d62e
commit
9b2d5e2d3e
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user