Skip to content

Instantly share code, notes, and snippets.

@jseguillon
Created January 24, 2021 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jseguillon/bf048f3409a72ca07b108e627e8ed16b to your computer and use it in GitHub Desktop.
Save jseguillon/bf048f3409a72ca07b108e627e8ed16b to your computer and use it in GitHub Desktop.
molecule kubevirt Dockerfile
# Dockerfile
FROM python:3.9
RUN python3 -m pip install ansible molecule molecule-kubevirt && \
ansible-galaxy collection install community.crypto && \
ansible-galaxy collection install
# Need to copy twice the source code : once for the test, once for the code we test
COPY molecule /molecule
COPY . /molecule/default/roles/geerlingguy.nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment