Skip to content

Commit

Permalink
[38] Merge remote-tracking branch 'cwar/dockerfile-build-requirements…
Browse files Browse the repository at this point in the history
…-1st' into nightly
  • Loading branch information
meisnate12 committed Mar 19, 2024
2 parents cf2b40a + ed7d61b commit 5111eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BRANCH_NAME=master
ENV BRANCH_NAME ${BRANCH_NAME}
ENV TINI_VERSION v0.19.0
ENV PMM_DOCKER True
COPY . /
COPY requirements.txt requirements.txt
RUN echo "**** install system packages ****" \
&& apt-get update \
&& apt-get upgrade -y --no-install-recommends \
Expand All @@ -19,5 +19,6 @@ RUN echo "**** install system packages ****" \
&& apt-get -f install \
&& apt-get autoclean \
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/*
COPY . /
VOLUME /config
ENTRYPOINT ["/tini", "-s", "python3", "plex_meta_manager.py", "--"]

0 comments on commit 5111eef

Please sign in to comment.