Skip to content

Commit

Permalink
FDN-2325: Curl addition for scoverage comment (#103)
Browse files Browse the repository at this point in the history
* FDN-2325: Curl addition for scoverage comment

* FDN-2325: Curl addition for scoverage comment

* FDN-2325: Updated play builder docker file
  • Loading branch information
abhidwivedi2701 authored Apr 30, 2024
1 parent 0108a10 commit 4e6d15f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-play-builder-17
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ WORKDIR /root
# Install SBT
RUN apk update && apk upgrade && \
apk add --no-cache --update bash postgresql-client && \
apk add --no-cache --virtual=build-dependencies curl && \
apk add --no-cache curl && \
curl -sL "https://github.com/sbt/sbt/releases/download/v$SBT_VERSION/sbt-$SBT_VERSION.tgz" | gunzip | tar -x -C /usr/local && \
ln -s /usr/local/sbt/bin/sbt /usr/local/bin/sbt && \
chmod 0755 /usr/local/bin/sbt && \
apk del build-dependencies && \
mkdir -p .sbt/ && \
mkdir -p .ivy2/

Expand Down

0 comments on commit 4e6d15f

Please sign in to comment.