FROM vnc-server-base:step1

RUN apt-get remove -y nginx nginx-core 
RUN apt-get install -y nginx && rm -rf /var/lib/apt/lists/*
