mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Attempt to fix install of clang within runtime Dockerfile
This commit is contained in:
@@ -8,7 +8,7 @@ RUN rm -rf /etc/apt/sources.list.d/debian.sources && \
|
|||||||
apt update
|
apt update
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update && apt upgrade && apt install clang -y
|
RUN apt update && apt upgrade && apt install -y --fix-missing --fix-broken clang
|
||||||
|
|
||||||
# Add the wasm toolchain
|
# Add the wasm toolchain
|
||||||
RUN rustup target add wasm32-unknown-unknown
|
RUN rustup target add wasm32-unknown-unknown
|
||||||
|
|||||||
Reference in New Issue
Block a user