4 lines
30 B
Docker
4 lines
30 B
Docker
FROM alpine
|
|
|
|
RUN apk add hugo
|
FROM alpine
|
|
|
|
RUN apk add hugo
|