Skip to content

Instantly share code, notes, and snippets.

@till
Created November 10, 2019 12:32
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 till/b7ff35ae9943e89672b3e953453d1b0e to your computer and use it in GitHub Desktop.
Save till/b7ff35ae9943e89672b3e953453d1b0e to your computer and use it in GitHub Desktop.
Dockerfile for Molecule
FROM quay.io/ansible/molecule:2.22
RUN apk add --update build-base
RUN pip install --upgrade pip
RUN pip install dnspython requests==2.20.1 docker docker-compose hcloud molecule[hetznercloud]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment