From ea58b30827f6eda31801fbce583ef0719433bfa8 Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 4 Jul 2023 16:57:46 +0200 Subject: [PATCH] Add git and move to alpine --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 302e4be..297993b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,9 @@ COPY *.go ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint -FROM python:3.11.4-slim AS runtime-stage +FROM python:3.11.4-alpine AS runtime-stage -# RUN apt-get update && apt-get install -y git toilet \ -# && rm -rf /var/lib/apt/lists/* +RUN apk --no-cache add git # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION=8.1.0