mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: install vim to get ex on Alpine Linux
This commit is contained in:
@@ -36,7 +36,7 @@ run tests:
|
||||
- name: clickhouse/clickhouse-server:22.3
|
||||
alias: clickhouse
|
||||
script:
|
||||
- time apk add --no-cache git make gcc musl-dev protoc shared-mime-info npm curl
|
||||
- time apk add --no-cache git make gcc musl-dev protoc shared-mime-info npm curl vim
|
||||
- export GOMODCACHE=$PWD/.go-cache
|
||||
- npm config --user set cache $PWD/.npm-cache
|
||||
- time go mod download
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM golang:1.18-alpine AS build
|
||||
RUN apk add --no-cache git make gcc musl-dev protoc shared-mime-info npm curl
|
||||
RUN apk add --no-cache git make gcc musl-dev protoc shared-mime-info npm curl vim
|
||||
WORKDIR /app
|
||||
COPY go.mod ./
|
||||
COPY go.sum ./
|
||||
|
||||
Reference in New Issue
Block a user