Add git and move to alpine
This commit is contained in:
parent
7a51a48cd2
commit
ea58b30827
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user