diff --git a/.drone.yml b/.drone.yml index edcc4f6..e433b1f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: debian:buster-slim + image: debian:buster commands: - wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb