mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ci-e2e: Add Git (#28410)
* ci-e2e: Add Git Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Update e2e image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:12.19.0-buster-slim
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN apt-get update && apt-get install -yq gnupg netcat curl
|
||||
RUN apt-get update && apt-get install -yq gnupg netcat curl git
|
||||
RUN curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add - && \
|
||||
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list && \
|
||||
# Cypress dependencies
|
||||
|
||||
Reference in New Issue
Block a user