Skip to content

Commit

Permalink
Install file command required by qsv
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 13, 2024
1 parent ce286d7 commit c33e19e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ RUN apt-get update && \
libfreetype6-dev \
zlib1g-dev \
supervisor \
file \
apache2-utils && \
rm -rf /var/lib/apt/lists/* && \
# Create SRC_DIR
Expand Down Expand Up @@ -276,7 +277,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
. $HOME/.cargo/env && \
# install qsvdp from source
cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau && \
mv -v /root/.cargo/bin/qsvdp /usr/local/bin/
# mv the qsvdp binary so that ckan user can run it
mv /root/.cargo/bin/qsvdp /usr/local/bin/


# Remove wheels
Expand Down

0 comments on commit c33e19e

Please sign in to comment.