mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +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 |