Skip to content

Commit d22647c

Browse files
authored
Merge pull request #232 from lambda-feedback/fix/git-install
Fixed dockerfile using old command for installing commit
2 parents d89371f + 1a7dd23 commit d22647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 yum install -y git
6+
RUN dnf install -y git
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)