From 89c8b519eea63adcaaff340faac04792dbbd479b Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 5 Mar 2020 13:57:53 +0100 Subject: [PATCH] fix rclone installation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 36eb667..a1bc0c3 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ build: cp public/index.xml public/feed/index.html install_deps: - apk add --no-cache git - GO111MODULE=on go get -v -u github.com/gohugoio/hugo@v$(HUGO_VERSION) - GO111MODULE=on go get -v -u github.com/rclone/rclone@v$(RCLONE_VERSION) + apk add --no-cache git gcc musl-dev + GO111MODULE=on go get -v github.com/gohugoio/hugo@v$(HUGO_VERSION) + GO111MODULE=on go get -v github.com/rclone/rclone@v$(RCLONE_VERSION) ftp_upload: rclone sync $(OUTPUT_DIR) blog://