Add git and move to alpine
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-07-04 16:57:46 +02:00
parent 7a51a48cd2
commit ea58b30827
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -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