switch to alpine 3.14

on latest, xorg segmentation faults
This commit is contained in:
xfnw 2022-02-01 21:46:29 -05:00
parent 444e1d2e1b
commit 31f96d35a2

View file

@ -1,4 +1,4 @@
FROM alpine:latest FROM alpine:3.14
RUN apk add git dbus-x11 xorg-server xf86-input-libinput eudev xspice supervisor firefox pulseaudio pulseaudio-alsa \ 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 \ && apk add gst-plugins-base gst-plugins-good gst-plugins-bad ttf-freefont ttf-opensans ttf-dejavu ttf-linux-libertine \
&& addgroup bnuuy \ && addgroup bnuuy \