Skip to content

Commit

Permalink
Merge pull request #2885 from ilyalabun/ilabun/fix-docker-compose-tests
Browse files Browse the repository at this point in the history
Fix Dockerfile for tests
  • Loading branch information
hosseinsh committed Jan 20, 2020
2 parents ca61857 + 5293fac commit d9990bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit d9990bc

Please sign in to comment.