UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit e332ba24 authored by kmc-home's avatar kmc-home
Browse files

update ansible

parent f6d60878
No related merge requests found
cd ansible-docker-lab
docker pull debian:latest
docker build -t ansible-lab-ubuntu-base -f docker/Dockerfile.ubuntu.base .
read -p "Press Enter to continue..."
......
FROM ubuntu:22.04
FROM debian:latest
# Install essential packages
RUN apt-get update && apt-get install -y \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment