Podmanfiles/ubuntu/hardinfo/Dockerfile

5 lines
129 B
Text
Raw Normal View History

2023-04-28 15:54:52 +02:00
FROM localhost/andersrh/ubuntu/base-gui
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /app
RUN apt install -y hardinfo && apt clean