We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58324 commit 33196a5Copy full SHA for 33196a5
oracle/Dockerfile
@@ -18,10 +18,6 @@ ENV USER_ID ${USER_ID:-1001}
18
ARG GROUP_ID
19
ENV GROUP_ID ${GROUP_ID:-1001}
20
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
-
25
# Install sbt
26
RUN \
27
curl -fsL "https://github.com/sbt/sbt/releases/download/v$SBT_VERSION/sbt-$SBT_VERSION.tgz" | tar xfz - -C /usr/share && \
0 commit comments