Skip to content

Commit

Permalink
update jellyfin base to 10.10.1 and add strace to our container
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Wingerberg committed Nov 10, 2024
1 parent 6a9992b commit fc0a3bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG TARGETPLATFORM
ARG BUILDPLATFORM
# renovate: datasource=github-releases depName=jellyfin/jellyfin versioning=loose
ARG JELLYFIN_VERSION=10.10.0
ARG JELLYFIN_VERSION=10.10.1
ARG PROTOC_VERSION=28.2

FROM debian:bookworm-slim AS builder
Expand Down Expand Up @@ -57,7 +57,8 @@ RUN apt-get update && apt-get install -y \
libc-bin \
ca-certificates \
wget \
python3-pip
python3-pip \
strace

RUN pip3 install --break-system-packages --upgrade pip
RUN python3 -m pip install --break-system-packages grpcio grpcio-tools aiofiles
Expand Down

0 comments on commit fc0a3bb

Please sign in to comment.