Skip to content

Commit

Permalink
Update Dockerfile base image to Debian Buster (RPi-Distro#295)
Browse files Browse the repository at this point in the history
With the Qemu version shipped with Debian Stretch, the `man-db` package
being installed for Buster in the image triggers many of these errors:

    qemu: Unsupported syscall: 383

This is a manifestation of the following bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891109

This is resolved in the current Qemu version shipped with Debian Buster.
  • Loading branch information
hhromic authored and fuji246 committed Sep 13, 2019
1 parent 1a755e3 commit fcfc908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit fcfc908

Please sign in to comment.