add some fonts and codecs because the modern web is yucky

This commit is contained in:
xfnw 2021-05-26 11:23:21 -04:00
parent eda3551ce0
commit b186cc4d61

View file

@ -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/*