Skip to content

Commit 33196a5

Browse files
committed
remove findutils (was needed for scala 3.0.0)
fixes sbt#149 see scala/scala3#11989
1 parent 8f58324 commit 33196a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

oracle/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ ENV USER_ID ${USER_ID:-1001}
1818
ARG GROUP_ID
1919
ENV GROUP_ID ${GROUP_ID:-1001}
2020

21-
# Install findutils since find is required for scala 3
22-
# TODO Remove once this has been released: https://github.com/lampepfl/dotty/issues/11989
23-
RUN microdnf install findutils
24-
2521
# Install sbt
2622
RUN \
2723
curl -fsL "https://github.com/sbt/sbt/releases/download/v$SBT_VERSION/sbt-$SBT_VERSION.tgz" | tar xfz - -C /usr/share && \

0 commit comments

Comments
 (0)