add jellyfin and cert-sorter
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y openssl && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p /app /etc/letsencrypt /dest/1000
|
||||
|
||||
COPY copy.sh /app/copy.sh
|
||||
|
Reference in New Issue
Block a user