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

Commit b22cb40

Browse files
committed
fix #101 Dockerfile install
1 parent 8b8dd6b commit b22cb40

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)