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 de8a08f commit 3bee665Copy full SHA for 3bee665
frameworks/Java/today/today.dockerfile
@@ -5,6 +5,7 @@ RUN gradle installDist --no-daemon
5
6
#FROM openjdk:21
7
FROM bellsoft/liberica-openjre-debian:21.0.5
8
+RUN apt install findutils
9
WORKDIR /today
10
COPY --from=build /infra-src/build/install/today/ ./
11
0 commit comments