This website requires JavaScript.
Explore
Help
Sign in
saibotk-de
/
infrastructure-ci-container
Archived
Watch
1
Star
0
Fork
You've already forked infrastructure-ci-container
0
Code
Releases
Activity
This repository has been archived on
2025-01-13
. You can view files and clone it, but cannot push or open issues or pull requests.
c13240974c
infrastructure-ci-container
/
Dockerfile
4 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Update docker.io/library/python Docker tag to v3.11
2022-11-15 01:03:00 +00:00
FROM docker.io/library/python:3.11-slim
Initial code
2021-01-07 18:38:04 +00:00
Install ansible-lint with community modules This should fix builds and install ansible properly again.
2021-03-05 10:41:19 +00:00
RUN pip install "ansible-lint[community,yamllint]"
Copy permalink