add missing hcloud dependency

This commit is contained in:
Robert Kaussow 2019-09-23 08:39:02 +02:00
parent 6d4775acad
commit 60d5abcee8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ENV PIP_PACKAGES="\
molecule[hetznercloud] \
virtualenv \
pycrypto \
hcloud \
"
COPY ./hcloud-entrypoint.sh /docker-entrypoint.sh