4 lines
91 B
Docker
4 lines
91 B
Docker
FROM ghcr.io/catthehacker/ubuntu:act-latest
|
|
|
|
RUN apt-get update && apt-get install -y hugo
|