Next try: alpine

This commit is contained in:
Felix Breidenstein 2019-11-05 01:31:05 +01:00
parent 9e710acbdd
commit e5fa0fe566

View file

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