Install imagemagick in build container

This commit is contained in:
Felix Breidenstein 2019-11-05 00:36:20 +01:00
parent fb398afd8b
commit 59c83465ae

View file

@ -9,8 +9,10 @@ stages:
build:
stage: build
image: golang:1.12
image: golang:1-buster
script:
- apt update
- apt install -y imagemagick
- go run main.go
- mkdir dist
- mv index.html dist/