mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-03 16:00:21 +00:00
added api to get the latest block /api/v1/blocks/latest (#88)
* added api to get the latest block /api/v1/blocks/latest Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * git fixed flake8 whitespace warnings Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed flake8 warnings: removed too many newline Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added missing deps in the testing docker files Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * install meson prior to the rest to have it availabe and fix the issue of missing depenceny declarations within zenroom Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added missing ninja dependency Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed zenroom dependency Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
@@ -4,14 +4,19 @@ RUN apt-get update \
|
||||
&& pip install -U pip \
|
||||
&& apt-get autoremove \
|
||||
&& apt-get clean
|
||||
RUN apt-get install -y vim zsh build-essential cmake openssh-client openssh-server
|
||||
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 \
|
||||
pycco \
|
||||
websocket-client~=0.47.0 \
|
||||
git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \
|
||||
git+https://github.com/planetmint/planetmint-driver.git@gitzenroom \
|
||||
blns
|
||||
#git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \
|
||||
#git+https://github.com/planetmint/planetmint-driver.git@gitzenroom \
|
||||
blns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user