Update Dockerfile
This commit is contained in:
parent
7c5426e313
commit
103049bc12
@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint
|
||||
|
||||
FROM python:3.11.4-alpine AS runtime-stage
|
||||
|
||||
RUN apk --no-cache add git openssh
|
||||
RUN apk --no-cache add git openssh tar
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION=8.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user