Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated Dockerfile to circumvent ansible/molecule#2891
We now need to `pip install molecule-docker`.
  • Loading branch information
Frzk authored Mar 5, 2021
1 parent dd8dca5 commit d9fb6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN pacman -Sy --noconfirm \

RUN pip install --upgrade setuptools \
&& pip install wheel \
&& pip install ansible
&& pip install ansible \
&& pip install molecule-docker

# Make sure /sbin/init points to /usr/lib/systemd/systemd
# so that testinfra detects the container as 'systemd'.
Expand Down

0 comments on commit d9fb6bf

Please sign in to comment.