Skip to content

Commit aa6dcfe

Browse files
committed
Switched Dockerfile base image to apt package manager for Git installation.
1 parent 02003e7 commit aa6dcfe

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

88
WORKDIR /app
99

0 commit comments

Comments
 (0)