We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f060ae0 commit 3823d42Copy full SHA for 3823d42
docker/ckan/Dockerfile
@@ -275,7 +275,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
275
# source the cargo env to setup the $PATH for rust
276
. $HOME/.cargo/env && \
277
# install qsvdp from source
278
- cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau
+ cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau && \
279
+ cp -v /root/.cargo/bin/qsvdp /usr/local/bin/
280
281
282
# Remove wheels
0 commit comments