mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-03-27 03:55:04 +00:00
10 lines
91 B
Docker
10 lines
91 B
Docker
FROM ubuntu:20.04
|
|
|
|
RUN apt update
|
|
RUN apt install -y hugo
|
|
|
|
WORKDIR /srv/hugo
|
|
|
|
EXPOSE 1313
|
|
|