Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 5af1ef7

Browse files
committed
Merge pull request #102 from grigio/master
fix #101 Dockerfile install
2 parents 8b8dd6b + b22cb40 commit 5af1ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pip install --upgrade pip virtualenv
1414
RUN pip install mock coverage nose pylint
1515
RUN git clone https://github.com/OpenBazaar/OpenBazaar-Server.git
1616
WORKDIR /OpenBazaar-Server/
17-
RUN pip install -r requirements.txt
17+
RUN pip install -r requirements.txt && pip install -r test_requirements.txt
1818
RUN make
1919
RUN adduser --disabled-password --gecos \"\" openbazaar
2020
RUN chown -R openbazaar:openbazaar /OpenBazaar-Server

0 commit comments

Comments
 (0)