Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 155 Bytes

File metadata and controls

5 lines (4 loc) · 155 Bytes

Build Base image

docker build . -t ubuntu:22.04-local -f Dockerfile.base

Build Python/Ansible image

docker build . -t python:latest -f Dockerfile