Added ca-certificates apk to use Data-driven Content
This commit is contained in:
parent
ad2166bf51
commit
4c982e3d5a
@ -5,7 +5,7 @@ variables:
|
||||
HUGO_SHA: '04f2c7d2f6ea500b0ead4821f035f334b7ac370154509653391bfccec1c4d524'
|
||||
|
||||
before_script:
|
||||
- apk update && apk add openssl
|
||||
- apk update && apk add openssl ca-certificates
|
||||
- wget -O ${HUGO_VERSION}.tar.gz https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
||||
- echo "${HUGO_SHA} ${HUGO_VERSION}.tar.gz" | sha256sum -c
|
||||
- tar xf ${HUGO_VERSION}.tar.gz && mv hugo* /usr/bin/hugo
|
||||
|
Loading…
x
Reference in New Issue
Block a user