Podmanfiles/ubuntu/hardinfo/Dockerfile
2023-04-28 15:54:52 +02:00

5 lines
No EOL
129 B
Docker

FROM localhost/andersrh/ubuntu/base-gui
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /app
RUN apt install -y hardinfo && apt clean