Skip to content

Commit

Permalink
another dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zrimsek committed Feb 27, 2024
1 parent 7ae873c commit de6b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source https://github.com/mzrimsek/jellyfin-auto-
ENV DEBIAN_FRONTEND noninteractive
ENV RUNNING_IN_DOCKER true

RUN apt-get update && apt-get install -y python3.10 libxml2-dev libxslt-dev wget
RUN apt-get update && apt-get install -y python3.10 libxml2-dev libxslt1-dev wget

RUN wget -O /tmp/script.py https://bootstrap.pypa.io/get-pip.py
RUN python3.10 /tmp/script.py
Expand Down

0 comments on commit de6b6f8

Please sign in to comment.