Compare commits
1 Commits
82ceef7e78
...
c951503bf8
Author | SHA1 | Date | |
---|---|---|---|
|
c951503bf8 |
@ -1,4 +1,8 @@
|
||||
FROM python:3.10.1-slim
|
||||
FROM alpine:3.15.0
|
||||
|
||||
RUN apk add --no-cache py3-pip bash gcc musl-dev python3-dev libffi-dev
|
||||
|
||||
RUN pip3 install --upgrade pip
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION=5.0.1
|
||||
|
Reference in New Issue
Block a user