changed ubuntu version in Dockerfile to 20.04 for stablity

This commit is contained in:
Benjamin Jacob Reji
2021-05-22 18:32:28 +04:00
parent c409edaffc
commit b10fbd3ab4

View File

@@ -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