mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-30 10:48:03 +00:00
5 lines
129 B
Text
5 lines
129 B
Text
|
|
FROM localhost/andersrh/ubuntu/base-gui
|
||
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
||
|
|
WORKDIR /app
|
||
|
|
|
||
|
|
RUN apt install -y hardinfo && apt clean
|