We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b38fab commit 0db67dfCopy full SHA for 0db67df
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.2
2
-FROM rust:bullseye AS libafl
+FROM rust:1.73.0 AS libafl
3
LABEL "maintainer"="afl++ team <[email protected]>"
4
LABEL "about"="LibAFL Docker image"
5
@@ -17,6 +17,7 @@ RUN sh -c 'echo set encoding=utf-8 > /root/.vimrc' \
17
echo "[build]\nrustc-wrapper = \"${RUSTC_WRAPPER}\"" >> ~/.cargo/config
18
19
RUN rustup component add rustfmt clippy
20
+RUN rustup default nightly
21
22
# Install clang 11, common build tools
23
RUN apt update && apt install -y build-essential gdb git wget python3-venv ninja-build lsb-release software-properties-common gnupg
0 commit comments