Docker build: move to debian stretch

This commit is contained in:
Claus Strasburger
2017-07-17 12:05:07 +02:00
committed by XECDesign
parent 4d65b2b357
commit bab0fe3b0d
2 changed files with 6 additions and 5 deletions

View File

@@ -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/