Compare commits

...

2 commits

Author SHA1 Message Date
31f96d35a2 switch to alpine 3.14
on latest, xorg segmentation faults
2022-02-01 21:46:29 -05:00
444e1d2e1b fix port in readme 2022-01-20 13:52:24 -05:00
2 changed files with 2 additions and 2 deletions

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 \
&& apk add gst-plugins-base gst-plugins-good gst-plugins-bad ttf-freefont ttf-opensans ttf-dejavu ttf-linux-libertine \
&& addgroup bnuuy \

View file

@ -25,6 +25,6 @@ this is just an example, you probably want different flags for your usecase
docker run -p 5900:5900 -p 5800:5800 -it xfnw/bnuuy
```
in this example, you can point your web browser to 5959 or a spice client to 5900
in this example, you can point your web browser to 5800 or a spice client to 5900