Lorenz Herzberger 904788749c
added planetmint-driver branch reference to dockerfiles for testing
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-04-27 11:34:12 +02:00

24 lines
688 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 \
# planetmint-driver~=0.9.0 \
git+https://github.com/planetmint/planetmint-driver-python.git@asset-migration \
pycco \
websocket-client~=0.47.0 \
#git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \
#git+https://github.com/planetmint/planetmint-driver.git@gitzenroom \
blns