Commit 64ffcbf2 authored by Philippe Valfok's avatar Philippe Valfok

Corrigindo lib a ser instalada para utilização do fabric para criar domínios

parent 0186a318
......@@ -32,5 +32,5 @@ RUN set -ex && apt-get install -y python-dev
RUN set -ex && pip2 install setuptools --upgrade
RUN set -ex && pip2 install cryptography --upgrade
RUN set -ex && pip2 install fabric --upgrade
RUN set -ex && pip2 install enum --upgrade
RUN set -ex && pip2 install enum34 --upgrade
RUN set -ex && pip2 install ipaddress --upgrade
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment