mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-20 13:58:02 +00:00
5 lines
No EOL
129 B
Docker
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 |