Skip to content

Commit 6699e65

Browse files
authored
Merge pull request #266 from Vacxe/add-git-docker
fix(docker): add git
2 parents bb8a41d + 5562bfc commit 6699e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DANGER_KOTLIN_VERSION="1.3.0"
1212

1313
# Install dependencies
1414
RUN apt-get update
15-
RUN apt-get install -y npm nodejs wget unzip
15+
RUN apt-get install -y npm nodejs wget unzip git
1616

1717
# Install Kotlin compiler
1818
RUN wget -q "https://github.com/JetBrains/kotlin/releases/download/v$KOTLINC_VERSION/kotlin-compiler-$KOTLINC_VERSION.zip" && \

0 commit comments

Comments
 (0)