add some fonts and codecs because the modern web is yucky
This commit is contained in:
parent
eda3551ce0
commit
b186cc4d61
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add git dbus-x11 xorg-server xf86-input-libinput eudev xspice supervisor firefox pulseaudio pulseaudio-alsa \
|
||||
&& apk add gst-plugins-base gst-plugins-good gst-plugins-bad ttf-freefont ttf-opensans ttf-dejavu ttf-linux-libertine \
|
||||
&& addgroup bnuuy \
|
||||
&& adduser -G bnuuy -s /bin/sh -D bnuuy \
|
||||
&& rm -rf /apk /tmp/* /var/cache/apk/*
|
||||
|
|
Loading…
Reference in a new issue