feat: Add shunit2 to Dockerfile
This commit is contained in:
parent
cda4222e7f
commit
431847d2e4
|
@ -56,6 +56,10 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
|||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||
python3.7 python3.7-dev
|
||||
|
||||
# tests
|
||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||
shunit2
|
||||
|
||||
# .travis.yml
|
||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||
build-essential libcap-dev tor
|
||||
|
|
Loading…
Reference in New Issue
Block a user