Skip to content

Commit

Permalink
Adding Git and SSH deps to slim Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Nov 16, 2023
1 parent 0c9234b commit 7ba378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-ci/Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1

# Install latest chrome package and update libs
RUN apt-get update \
&& apt-get install -y wget xvfb ca-certificates gnupg \
&& apt-get install -y wget xvfb ca-certificates gnupg git openssh-client \
--no-install-recommends \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
Expand Down

0 comments on commit 7ba378a

Please sign in to comment.