Install imagemagick in build container
This commit is contained in:
parent
fb398afd8b
commit
59c83465ae
1 changed files with 3 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue