mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 00:44:08 +01:00
revert change
This commit is contained in:
parent
9cf6284229
commit
fe0982ed50
1 changed files with 3 additions and 6 deletions
|
|
@ -34,9 +34,9 @@ RUN apt update \
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y gpg-agent \
|
&& apt install -y gpg-agent \
|
||||||
&& curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
|
&& apt install -y wget \
|
||||||
&& (dpkg -i ./google-chrome-stable_current_amd64.deb || apt-get install -fy) \
|
&& wget -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
|
||||||
&& curl -sSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add \
|
&& sudo dpkg -i google-chrome-stable_current_amd64.deb \
|
||||||
&& rm google-chrome-stable_current_amd64.deb \
|
&& rm google-chrome-stable_current_amd64.deb \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
@ -141,9 +141,6 @@ Icon=google-chrome
|
||||||
URL=/usr/share/applications/uvportal.desktop
|
URL=/usr/share/applications/uvportal.desktop
|
||||||
eof
|
eof
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
eof
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
ENV HOME=/home/ubuntu \
|
ENV HOME=/home/ubuntu \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue