Files
zealot/Dockerfile
2025-07-14 12:38:46 -04:00

8 lines
70 B
Docker

FROM rust:1.80
WORKDIR /src
RUN apt update
RUN apt install -y lsof