missed a &&

This commit is contained in:
Tobias Trabelsi 2020-10-31 19:26:14 +01:00
parent 43623da900
commit 35c80963b3
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ RUN dnf -y install python3-pip &&\
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
&& chmod +rx /usr/local/bin/goss \
&& touch ~/.netrc && chmod og-rw ~/.netrc \
pip3 install firewall
&& pip3 install firewall
CMD ["ansible-playbook", "--help"]