Skip to content

Commit

Permalink
container: Fix Banshee installation (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca authored Jul 11, 2024
1 parent f3aab9b commit 70ff02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cm
ENV PATH "/tools/bin:${PATH}"

# Install `banshee` (needs cmake)
RUN rustup install 1.63.0
RUN rustup override set 1.63.0
RUN rustup install 1.67.0
RUN rustup override set 1.67.0
RUN git clone https://github.com/pulp-platform/banshee.git /tmp/banshee --recurse-submodules
RUN cargo install --path /tmp/banshee

Expand Down

0 comments on commit 70ff02f

Please sign in to comment.