Skip to content

Commit

Permalink
fix docker full image
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrmatos committed Dec 7, 2020
1 parent 6c7fd6f commit 3661bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN adduser --disabled-password --gecos "" jsreport && \
sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && \
apt-get update && \
# install latest chrome just to get package deps installed
apt-get install -y lsb-release google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst --no-install-recommends && \
apt-get install -y lsb-release libappindicator3-1 google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst --no-install-recommends && \
# then replace that chrome with specific chrome version, see https://github.com/webnicer/chrome-downloads for available versions
wget https://github.com/webnicer/chrome-downloads/raw/master/x64.deb/google-chrome-stable_79.0.3945.130-1_amd64.deb && \
dpkg -i ./google-chrome*.deb && \
Expand Down

0 comments on commit 3661bb0

Please sign in to comment.