changed dockerfile to import ubuntu latest version

This commit is contained in:
2021-05-19 00:26:54 +04:00
parent eba3b3ab33
commit 66cceab0e9
2 changed files with 14 additions and 11 deletions

View File

@@ -8,7 +8,10 @@
# Base system is the latest LTS version of Ubuntu.
from consol/ubuntu-xfce-vnc
# from consol/ubuntu-xfce-vnc
# due to dependency issues vnc is still work in progress
from ubuntu:latest
# Switch to root user to install additional software
USER 0