Skip to content

Commit

Permalink
fix(docker): missed brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Apr 24, 2024
1 parent 2220d15 commit 2fc8d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN wget -q "https://github.com/JetBrains/kotlin/releases/download/v$KOTLINC_VER
ENV PATH $PATH:/usr/lib/kotlinc/bin

# Install Danger-JS
RUN npm install -g "danger@$DANGER_JS_VERSION
RUN npm install -g "danger@$DANGER_JS_VERSION"

# Install Danger-Kotlin
RUN wget -q "https://github.com/danger/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-linuxX64.tar" && \
Expand Down

0 comments on commit 2fc8d07

Please sign in to comment.