From 3ef9d78fe9890b6d2e697818ba0bb85dc7e1aa71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl=20Jackson?= Date: Fri, 5 Oct 2018 01:19:14 +0200 Subject: [PATCH] switch vlc to stretch-slim (#428) 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 bfec12f..53cd22d 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 \