PiShrink/Dockerfile

4 lines
73 B
Docker
Raw Normal View History

2020-12-27 03:20:25 +01:00
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install parted udev -y