website/Dockerfile_hugo
Benjamin Bach f60a5a5e9c
All checks were successful
continuous-integration/drone/pr Build is passing
Run stuff with docker-compose
2021-05-04 20:57:45 +02:00

7 lines
252 B
Plaintext

FROM debian:buster-slim
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y wget && \
wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.deb -O hugo.deb && \
dpkg -i hugo.deb