blob: 1ea35547f041898c6a840aeb956321b578f242b5 [file] [log] [blame]
# Firefox over VNC
#
# VERSION 0.3
FROM ubuntu
#install netcat
RUN apt-get install -y netcat
EXPOSE 6900
CMD ["nc", "-l", "6900"]