Skip to content

Commit

Permalink
adding gcloud cli dep
Browse files Browse the repository at this point in the history
  • Loading branch information
osmanbaskaya committed Jun 18, 2022
1 parent d1c2edc commit 3cc77de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@ RUN apt-get update -y && \
libfreetype6-dev \
vim \
wget \
curl \
procps \
zip \
libglib2.0-0 \
libnss3 \
libgconf-2-4 \
curl \
gnupg \
libfontconfig1

RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
RUN apt-get update -y && apt-get install google-cloud-cli -y

RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN apt install -y ./google-chrome-stable_current_amd64.deb

Expand All @@ -27,3 +35,4 @@ RUN apt-get install -y zip

RUN unzip chromedriver_linux64.zip
RUN mv chromedriver /usr/local/bin/chromedriver

0 comments on commit 3cc77de

Please sign in to comment.