Update Dockerfile

This commit is contained in:
lihaixin2 2020-08-02 06:37:14 +08:00 committed by GitHub
parent 08de8ecf4c
commit d30702b0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@ RUN git clone --recursive https://github.com/kanaka/noVNC.git /opt/novnc && \
#安装firefox
RUN echo "deb http://archive.canonical.com/ubuntu/ xenial partner" >> /etc/apt/sources.list && \
apt-get update && \
apt-get install -y --no-install-recommends firefox
apt-get install -y --no-install-recommends firefox && \
locale-gen en_US.UTF-8
# apt-get install -y --no-install-recommends adobe-flashplugin firefox