Jürgen Eckel 9f66450c7c using cryptoconditions without print message
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-06-15 15:45:55 +02:00

21 lines
492 B
Docker

FROM python:3.9
RUN apt-get update \
&& pip install -U pip \
&& apt-get autoremove \
&& apt-get clean
RUN apt-get install -y vim
RUN apt-get update
RUN apt-get install -y build-essential cmake openssh-client openssh-server
RUN apt-get install -y zsh
RUN mkdir -p /src
RUN pip install --upgrade meson ninja
RUN pip install --upgrade \
pytest~=6.2.5 \
pycco \
websocket-client~=0.47.0 \
planetmint-cryptoconditions>=0.9.8\
planetmint-driver>=0.9.2 \
blns