Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gymnae authored Sep 26, 2023
1 parent 879d446 commit 68865ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN set -ex; \
# && cd / \
# && ln -s /opt/ffmpeg/ffmpeg /usr/bin \
# && ln -s /opt/ffmpeg/ffprobe /usr/bin
COPY add_jellyfin_repo.sh / && \
tweaks.sh /
COPY *.sh /
RUN chmod a+x /*.sh
RUN ./add_jellyfin_repo.sh
# No need for updating because the shell script above does that for us.
Expand Down

0 comments on commit 68865ad

Please sign in to comment.