mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-17 18:18:30 +00:00
podman
This commit is contained in:
parent
e0d26f4055
commit
b7108808fd
@ -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
|
RUN apk add --no-cache sqlite-static yaml-static
|
||||||
|
|
||||||
ARG release
|
ARG release
|
||||||
@ -30,7 +30,7 @@ RUN if [ ${release} == 1 ] ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache librsvg ttf-opensans
|
RUN apk add --no-cache librsvg ttf-opensans
|
||||||
WORKDIR /invidious
|
WORKDIR /invidious
|
||||||
RUN addgroup -g 1000 -S invidious && \
|
RUN addgroup -g 1000 -S invidious && \
|
||||||
|
Loading…
Reference in New Issue
Block a user