Skip to content

Commit 5321e7d

Browse files
committed
Fix typo in Dockerfile
1 parent 9c916b5 commit 5321e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ RUN set -ex;\
88
deps="$DEPS";\
99
apt-get update; \
1010
apt-get install -y --no-install-recommends $deps;\
11-
pip install rmtest;
11+
pip install rmtest
1212

1313
# Build the source
1414
ADD . /REJSON
1515
WORKDIR /REJSON
1616
RUN set -ex;\
17-
cargo build --release;
17+
cargo build --release;\
1818
mv target/release/librejson.so target/release/rejson.so
1919

2020
# Package the runner

0 commit comments

Comments
 (0)