Don't do chrome but do chromium
This commit is contained in:
parent
2f4853dbe2
commit
f1bb5e9403
|
@ -11,16 +11,13 @@ RUN apt-get update && apt-get install -y \
|
||||||
gramps \
|
gramps \
|
||||||
golang-go \
|
golang-go \
|
||||||
libvulkan1 \
|
libvulkan1 \
|
||||||
|
chromium-browser \
|
||||||
&& rm -rf /var/lib/apt/lists/* && \
|
&& rm -rf /var/lib/apt/lists/* && \
|
||||||
mkdir -p /root/.ssh/ && \
|
mkdir -p /root/.ssh/ && \
|
||||||
chmod 600 /root/.ssh
|
chmod 600 /root/.ssh
|
||||||
|
|
||||||
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
|
# RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
|
||||||
dpkg -i google-chrome-stable_current_amd64.deb
|
# dpkg -i google-chrome-stable_current_amd64.deb
|
||||||
|
|
||||||
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-7302050_latest.zip && \
|
|
||||||
unzip commandlinetools-linux-7302050_latest.zip && \
|
|
||||||
rm commandlinetools-linux-7302050_latest.zip
|
|
||||||
# Ensure Go binaries are in the PATH
|
# Ensure Go binaries are in the PATH
|
||||||
ENV PATH=$PATH:/usr/local/go/bin
|
ENV PATH=$PATH:/usr/local/go/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue