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 aa6dcfe commit e583225Copy full SHA for e583225
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 apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
+RUN dnf install -y git && dnf clean all
7
8
WORKDIR /app
9
0 commit comments