Skip to content

Commit

Permalink
switch vlc to stretch-slim (#428)
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/dockerfiles#401
  • Loading branch information
noeljackson authored and jessfraz committed Oct 4, 2018
1 parent 870f831 commit a743f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a743f79

Please sign in to comment.