aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 9ea2b9a9586641ed5d7e806ecd2c350edc53e537 (plain)
1
2
3
4
FROM ubuntu:22.04

RUN apt-get update && apt-get install -y build-essential gcc make wget libssl-dev xorriso git bison flex libelf-dev bc libssl-dev dwarves binutils cpio zstd squashfs-tools && apt-get clean