blob: 6e03a4bc3a7050d648fb7ff6b8c105977c4c656f (
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 && apt-get clean
|