Skip to content

Commit 3823d42

Browse files
committed
Copy qsvdp into /usr/local/bin/
1 parent f060ae0 commit 3823d42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ckan/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
275275
# source the cargo env to setup the $PATH for rust
276276
. $HOME/.cargo/env && \
277277
# install qsvdp from source
278-
cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau
278+
cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau && \
279+
cp -v /root/.cargo/bin/qsvdp /usr/local/bin/
279280

280281

281282
# Remove wheels

0 commit comments

Comments
 (0)