Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit b41d02c

Browse files
authored
Update Dockerfile
1 parent 82dfb18 commit b41d02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ADD . /REJSON
1414
WORKDIR /REJSON
1515
RUN set -ex;\
1616
cargo build --release; \
17-
pip install -r ./test/pytest/requirements.txt\
17+
pip install -r ./test/pytest/requirements.txt; \
1818
python ./test/pytest/test.py target/release/libredisjson.so;
1919

2020
# Package the runner

0 commit comments

Comments
 (0)