mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Conditional builds for google chrome
This commit is contained in:
10
debian/Dockerfile
vendored
10
debian/Dockerfile
vendored
@@ -39,10 +39,12 @@ RUN apt-get update && apt-get install -y \
|
|||||||
xfonts-wqy \
|
xfonts-wqy \
|
||||||
wget \
|
wget \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
|
&& if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
|
||||||
&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
|
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
|
||||||
&& apt-get update \
|
&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
|
||||||
&& apt-get install -y google-chrome-stable \
|
&& apt-get update \
|
||||||
|
&& apt-get install -y google-chrome-stable; \
|
||||||
|
fi \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user