Skip to content

Commit e583225

Browse files
committed
Switched to use dnf
1 parent aa6dcfe commit e583225

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 apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
6+
RUN dnf install -y git && dnf clean all
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)