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 e583225 commit 29775c9Copy full SHA for 29775c9
1 file changed
app/Dockerfile
@@ -3,7 +3,7 @@
3
# FROM rabidsheep55/python-base-eval-layer
4
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.12
5
6
-RUN dnf install -y git && dnf clean all
+RUN dnf install -y git findutils && dnf clean all
7
8
WORKDIR /app
9
0 commit comments