We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb8a41d + 5562bfc commit 6699e65Copy full SHA for 6699e65
Dockerfile
@@ -12,7 +12,7 @@ ARG DANGER_KOTLIN_VERSION="1.3.0"
12
13
# Install dependencies
14
RUN apt-get update
15
-RUN apt-get install -y npm nodejs wget unzip
+RUN apt-get install -y npm nodejs wget unzip git
16
17
# Install Kotlin compiler
18
RUN wget -q "https://github.com/JetBrains/kotlin/releases/download/v$KOTLINC_VERSION/kotlin-compiler-$KOTLINC_VERSION.zip" && \
0 commit comments