Skip to content

Commit

Permalink
switch vlc to stretch-slim
Browse files Browse the repository at this point in the history
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:
jessfraz#401
  • Loading branch information
noeljackson committed Sep 19, 2018
1 parent a42b70d commit 2898867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# --name vlc \
# jess/vlc
#
FROM debian:buster-slim
FROM debian:stretch-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 2898867

Please sign in to comment.