mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Install codespell==1.13.0 in Docker
This commit is contained in:
parent
fd4be2e038
commit
6bdd8451e0
@ -16,6 +16,7 @@ RUN apt-get update && apt-get install $APT_ARGS python3-pip python3-setuptools &
|
||||
RUN pip3 install pyzmq # really needed?
|
||||
RUN pip3 install jinja2
|
||||
RUN pip3 install flake8==3.5.0
|
||||
RUN pip3 install codespell==1.13.0
|
||||
|
||||
# dash_hash
|
||||
RUN git clone https://github.com/dashpay/dash_hash
|
||||
|
Loading…
Reference in New Issue
Block a user