3 lines
68 B
Docker
3 lines
68 B
Docker
|
FROM ubuntu:22.04
|
||
|
RUN apt update && apt install -y systemctl strace
|