4 lines
54 B
Docker
4 lines
54 B
Docker
|
FROM debian:12
|
||
|
|
||
|
RUN apt update
|
||
|
RUN apt install -y hugo
|