Docker build: move to debian stretch
This commit is contained in:
committed by
XECDesign
parent
4d65b2b357
commit
bab0fe3b0d
@@ -1,10 +1,10 @@
|
||||
FROM debian:jessie
|
||||
FROM debian:stretch
|
||||
|
||||
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 \
|
||||
bsdtar libcap2-bin rsync grep udev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY . /pi-gen/
|
||||
|
Reference in New Issue
Block a user