Skip to content

Commit 29775c9

Browse files
committed
Added find to installed requirements
1 parent e583225 commit 29775c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FROM rabidsheep55/python-base-eval-layer
44
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.12
55

6-
RUN dnf install -y git && dnf clean all
6+
RUN dnf install -y git findutils && dnf clean all
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)