FROM python:3.9 RUN apt-get update \ && pip install -U pip \ && apt-get autoremove \ && apt-get clean RUN apt-get install -y vim zsh build-essential cmake git RUN mkdir -p /src RUN /usr/local/bin/python -m pip install --upgrade pip RUN pip install --upgrade meson ninja RUN pip install --upgrade \ pycco \ websocket-client~=0.47.0 \ pytest~=3.0 \ planetmint-cryptoconditions>=0.10.0\ planetmint-driver>=0.9.2 \ blns RUN pip install base58>=2.1.1 pynacl==1.4.0 zenroom==2.1.0.dev1655293214 pyasn1==0.4.8 cryptography==3.4.7 RUN pip install planetmint-ipld>=0.0.3