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: build:
stage: build stage: build
image: ubuntu:bionic image: golang:1-alpine
script: script:
- apt update - apk add --no-cache imagemagick
- 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/