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
|
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 \
|
RUN apk --no-cache add git
|
||||||
# && rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible
|
# renovate: datasource=pypi depName=ansible
|
||||||
ENV ANSIBLE_VERSION=8.1.0
|
ENV ANSIBLE_VERSION=8.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user