Use ubuntu because we need Imagemagick >=7

This commit is contained in:
Felix Breidenstein 2019-11-05 01:21:32 +01:00
parent 76b8893089
commit 9e710acbdd

View file

@ -9,10 +9,10 @@ stages:
build: build:
stage: build stage: build
image: golang:1-buster image: ubuntu:bionic
script: script:
- apt update - apt update
- apt install -y --no-install-recommends libmagickwand-dev imagemagick libmagickwand-6-headers libmagickcore-dev - apt install -y --no-install-recommends libmagickwand-dev imagemagick golang
- go run main.go - go run main.go
- mkdir dist - mkdir dist
- mv index.html dist/ - mv index.html dist/