dockers/website/Dockerfile

7 lines
157 B
Docker
Raw Normal View History

2024-09-03 22:40:14 +00:00
FROM gitea/runner-images:ubuntu-latest
2021-08-17 00:23:50 +00:00
RUN apt-get update && \
2023-10-09 03:23:45 +00:00
apt-get install -y --no-install-recommends hugo && \
rm -rf var/lib/{apt,dpkg,cache,log}/
2021-08-17 00:23:50 +00:00
2020-10-26 19:59:09 +00:00