Compare commits
2 commits
485d1ff886
...
main
Author | SHA1 | Date | |
---|---|---|---|
31f96d35a2 | |||
444e1d2e1b |
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue