Merge pull request #2885 from ilyalabun/ilabun/fix-docker-compose-tests
Fix Dockerfile for tests
This commit is contained in:
commit
d9990bc075
|
@ -3,7 +3,7 @@ RUN apt-get update
|
|||
RUN apt-get install -y make software-properties-common curl
|
||||
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash -
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y nodejs libldap2-dev libsasl2-dev libldap2-dev libssl-dev
|
||||
RUN apt-get install -y npm libldap2-dev libsasl2-dev libldap2-dev libssl-dev
|
||||
RUN pip install -U setuptools
|
||||
RUN pip install coveralls bandit
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue