mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
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:
parent
868b5f1a8c
commit
3ef9d78fe9
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user