mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Update Dockerfile.amd64
Signed-off-by: dannielshalev <44364077+dannielshalev@users.noreply.github.com>
This commit is contained in:
parent
97b4391c7a
commit
e16c7da35c
1 changed files with 4 additions and 4 deletions
|
|
@ -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/*
|
||||
|
||||
|
|
@ -126,4 +126,4 @@ WORKDIR /root
|
|||
ENV HOME=/home/ubuntu \
|
||||
SHELL=/bin/bash
|
||||
HEALTHCHECK --interval=30s --timeout=5s CMD curl --fail http://127.0.0.1:6079/api/health
|
||||
ENTRYPOINT ["/startup.sh"]
|
||||
ENTRYPOINT ["/startup.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue