diff --git a/dockerfiles/ubuntu/ubuntu-18.04/ubuntu-18.04-base/Dockerfile b/dockerfiles/ubuntu/ubuntu-18.04/ubuntu-18.04-base/Dockerfile index 7c6a9dd..5843131 100644 --- a/dockerfiles/ubuntu/ubuntu-18.04/ubuntu-18.04-base/Dockerfile +++ b/dockerfiles/ubuntu/ubuntu-18.04/ubuntu-18.04-base/Dockerfile @@ -40,7 +40,10 @@ RUN apt-get update && \ iputils-ping \ iproute2 \ fluxbox \ - tightvncserver && \ + tightvncserver \ + bc \ + rsync \ + linux-headers-$(uname -r) && \ cp -af /etc/skel/ /etc/vncskel/ && \ echo "export DISPLAY=1" >>/etc/vncskel/.bashrc && \ mkdir /etc/vncskel/.vnc && \