From 31f96d35a24af92623b98a912f42a9cfc16546fc Mon Sep 17 00:00:00 2001 From: xfnw Date: Tue, 1 Feb 2022 21:46:29 -0500 Subject: [PATCH] switch to alpine 3.14 on latest, xorg segmentation faults --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d4670b..fa56d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ && apk add gst-plugins-base gst-plugins-good gst-plugins-bad ttf-freefont ttf-opensans ttf-dejavu ttf-linux-libertine \ && addgroup bnuuy \