Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
remove temporary repo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Aug 28, 2019
1 parent f0c082b commit 18dc27f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ WORKDIR /root
# install sbt
RUN curl https://bintray.com/sbt/rpm/rpm \
-o /etc/yum.repos.d/bintray-sbt-rpm.repo && \
yum --disablerepo=ol7_developer install -y sbt
# ^^ temporary fix for upstream repository issue, TODO: remove me later
# yum install -y sbt
yum install -y sbt

# other tools needed
RUN yum install -y git zlib-static
Expand Down

0 comments on commit 18dc27f

Please sign in to comment.