8 lines
70 B
Docker
8 lines
70 B
Docker
FROM rust:1.80
|
|
|
|
WORKDIR /src
|
|
|
|
RUN apt update
|
|
RUN apt install -y lsof
|
|
|