Created
November 10, 2019 12:32
-
-
Save till/b7ff35ae9943e89672b3e953453d1b0e to your computer and use it in GitHub Desktop.
Dockerfile for Molecule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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