This commit is contained in:
706f6f7079646f6f646f6f 2021-11-17 07:40:26 +01:00 committed by GitHub
parent e0d26f4055
commit b7108808fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM crystallang/crystal:1.2.1-alpine AS builder
FROM docker.io/crystallang/crystal:1.2.1-alpine AS builder
RUN apk add --no-cache sqlite-static yaml-static
ARG release
@ -30,7 +30,7 @@ RUN if [ ${release} == 1 ] ; then \
fi
FROM alpine:latest
FROM docker.io/alpine:latest
RUN apk add --no-cache librsvg ttf-opensans
WORKDIR /invidious
RUN addgroup -g 1000 -S invidious && \