Skip to content

Commit

Permalink
rebuild 8.2-debian
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppemorelli committed Sep 14, 2024
1 parent 34d4ade commit 64b8500
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion php-8.2-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ RUN apt-get -y update \
&& apt-get -y install \
apt-transport-https \
ca-certificates \
wget
wget \
curl

# RUN apt-get dist-upgrade -y

## install chrome headless
RUN apt-get install patch libnss3-tools pip -y
RUN pip install flare-floss

RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | tee /etc/apt/trusted.gpg.d/google.asc >/dev/null
RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | tee /etc/apt/trusted.gpg.d/google.gpg >/dev/null

# RUN cd /tmp/ && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN cd /tmp/ && wget -O google-chrome.deb https://www.slimjet.com/chrome/download-chrome.php?file=files%2F102.0.5005.63%2Fgoogle-chrome-stable_current_amd64.deb
RUN apt-get install /tmp/google-chrome.deb -y
Expand Down

0 comments on commit 64b8500

Please sign in to comment.