changed ubuntu version in Dockerfile to 20.04 for stablity
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# from consol/ubuntu-xfce-vnc
|
||||
|
||||
# due to dependency issues vnc is still work in progress
|
||||
from ubuntu:latest
|
||||
from ubuntu:20.04
|
||||
|
||||
# Switch to root user to install additional software
|
||||
USER 0
|
||||
|
||||
Reference in New Issue
Block a user