Install libmagickwand-dev in build container

This commit is contained in:
Felix Breidenstein 2019-11-05 00:38:49 +01:00
parent 59c83465ae
commit 9db73100e7

View file

@ -12,7 +12,7 @@ build:
image: golang:1-buster
script:
- apt update
- apt install -y imagemagick
- apt install -y libmagickwand-dev imagemagick
- go run main.go
- mkdir dist
- mv index.html dist/