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

docker: use alpine:edge base image for building
pull/697/head
Omar Roth 5 years ago committed by GitHub
commit dcff1ec25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save