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
This commit is contained in:
Noël Jackson 2018-10-05 01:19:14 +02:00 committed by Jess Frazelle
parent 868b5f1a8c
commit 3ef9d78fe9

View File

@ -9,7 +9,7 @@
# --name vlc \ # --name vlc \
# jess/vlc # jess/vlc
# #
FROM debian:buster-slim FROM debian:stretch-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \