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 02003e7 commit aa6dcfeCopy full SHA for aa6dcfe
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 yum install -y git
+RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
7
8
WORKDIR /app
9
0 commit comments