We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2220d15 commit 2fc8d07Copy full SHA for 2fc8d07
Dockerfile
@@ -22,7 +22,7 @@ RUN wget -q "https://github.com/JetBrains/kotlin/releases/download/v$KOTLINC_VER
22
ENV PATH $PATH:/usr/lib/kotlinc/bin
23
24
# Install Danger-JS
25
-RUN npm install -g "danger@$DANGER_JS_VERSION
+RUN npm install -g "danger@$DANGER_JS_VERSION"
26
27
# Install Danger-Kotlin
28
RUN wget -q "https://github.com/danger/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-linuxX64.tar" && \
0 commit comments