Browse Source

Try switching to alpine

Colin Powell 2 years ago
parent
commit
1fd6d44c5f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -9,12 +9,12 @@ name: run_tests
 steps:
   # Run tests against Python/Flask engine backend (with pytest)
   - name: build and push
-    image: klakegg/hugo:debian
+    image: klakegg/hugo:alpine
     environment:
       sshkey:
         from_secret: key
     commands:
-      - apt install -y rsync
+      - apk add rsync
       # Install dependencies
       - wget https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_linux-amd64.tar.gz
       - tar zxvf hugo_0.110.0_linux-amd64.tar.gz