4 lines
73 B
Docker
4 lines
73 B
Docker
|
FROM ubuntu:latest
|
||
|
RUN apt-get update
|
||
|
RUN apt-get install parted udev -y
|