From 2898867b5408fbafeeb72d0ce9f003db1d2744f7 Mon Sep 17 00:00:00 2001 From: Noel Jackson Date: Thu, 20 Sep 2018 00:39:12 +0200 Subject: [PATCH] switch vlc to stretch-slim Previously this Dockerfile was using buster, but would throw the error: ``` Could not find the Qt platform plugin "xcb" in "" ``` Switching to stretch solves the problem. Similar to issue: https://github.com/jessfraz/dockerfiles/issues/401 --- vlc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc/Dockerfile b/vlc/Dockerfile index bfec12ff6..53cd22df1 100644 --- a/vlc/Dockerfile +++ b/vlc/Dockerfile @@ -9,7 +9,7 @@ # --name vlc \ # jess/vlc # -FROM debian:buster-slim +FROM debian:stretch-slim LABEL maintainer "Jessie Frazelle " RUN apt-get update && apt-get install -y \