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

Commit bc0d994

Browse files
authored
Update Dockerfile
1 parent b41d02c commit bc0d994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ RUN set -ex;\
1313
ADD . /REJSON
1414
WORKDIR /REJSON
1515
RUN set -ex;\
16-
cargo build --release; \
17-
pip install -r ./test/pytest/requirements.txt; \
18-
python ./test/pytest/test.py target/release/libredisjson.so;
16+
cargo build --release;
17+
#pip install -r ./test/pytest/requirements.txt; \
18+
#python ./test/pytest/test.py target/release/libredisjson.so;
1919

2020
# Package the runner
2121
FROM redis:latest

0 commit comments

Comments
 (0)