Skip to content

Commit 6cd32e6

Browse files
committed
remove findutils for scala3
see scala/scala3#11989 reverts sbt#136
1 parent c876102 commit 6cd32e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

oracle/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +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-
RUN microdnf install findutils
23-
2421
# Install sbt
2522
RUN \
2623
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)