Merge pull request #698 from leonklingele/docker-build-on-alpine-edge

docker: use alpine:edge base image for building
This commit is contained in:
Omar Roth 2019-08-14 18:50:15 -05:00 committed by GitHub
commit dcff1ec25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest AS builder
FROM alpine:edge AS builder
RUN apk add -u crystal shards libc-dev \
yaml-dev libxml2-dev sqlite-dev sqlite-static zlib-dev openssl-dev
WORKDIR /invidious