mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
11 lines
198 B
Docker
11 lines
198 B
Docker
FROM python:3.9
|
|
|
|
RUN apt-get update && apt-get install -y vim zsh
|
|
RUN mkdir -p /src
|
|
RUN pip install --upgrade \
|
|
pycco \
|
|
websocket-client~=0.47.0 \
|
|
pytest~=3.0 \
|
|
planetmint-driver>=0.9.0 \
|
|
blns
|