mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Add SQLite support
This commit is contained in:
parent
80eec3fe7b
commit
d5f862c00b
6 changed files with 303 additions and 6 deletions
|
|
@ -2,11 +2,10 @@ FROM alpine:edge
|
|||
|
||||
ENV GOPATH /go
|
||||
ENV PATH /go/bin:$PATH
|
||||
ENV CGO_ENABLED 0
|
||||
|
||||
# install build dependencies
|
||||
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
apk add -U --no-progress go go-tools git ca-certificates
|
||||
apk add -U --no-progress alpine-sdk go go-tools
|
||||
RUN go get \
|
||||
github.com/golang/lint/golint \
|
||||
github.com/kisielk/errcheck \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue