revert change

This commit is contained in:
danniel 2023-09-03 17:26:00 +03:00
parent 9cf6284229
commit fe0982ed50

View file

@ -34,9 +34,9 @@ RUN apt update \
RUN apt update \
&& apt install -y gpg-agent \
&& curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& (dpkg -i ./google-chrome-stable_current_amd64.deb || apt-get install -fy) \
&& curl -sSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add \
&& apt install -y wget \
&& wget -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& sudo dpkg -i google-chrome-stable_current_amd64.deb \
&& rm google-chrome-stable_current_amd64.deb \
&& rm -rf /var/lib/apt/lists/*
@ -141,9 +141,6 @@ Icon=google-chrome
URL=/usr/share/applications/uvportal.desktop
eof
eof
EXPOSE 80
WORKDIR /root
ENV HOME=/home/ubuntu \