We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01b01e0 + a5bf428 commit e898fcfCopy full SHA for e898fcf
Dockerfile
@@ -47,6 +47,9 @@ RUN ./gradlew installDist
47
# Use Java JRE as the base image -- the `freshli` executable is self contained (meaning it does not need the .NET runtime to be installed)
48
FROM eclipse-temurin:17-jre-jammy AS final
49
50
+# Install git
51
+RUN apt update -y && apt install git -y
52
+
53
# Copy `freshli` executable from the `dotnet_build` image
54
RUN mkdir -p /usr/local/share/freshli
55
COPY --from=dotnet_build /app/freshli/exe/ /usr/local/share/freshli/
0 commit comments