Skip to content

Commit

Permalink
fold new dependencies into initial apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Aug 30, 2024
1 parent a91b9d7 commit c5f11c5
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 @@ -18,6 +18,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
python3.10 ca-certificates wget sudo \
curl supervisor jq \
&& rm -rf /var/lib/apt/lists/* \
#
# Download acestream
Expand All @@ -30,7 +31,6 @@ RUN apt-get update \
&& bash ./install_dependencies.sh \
&& popd || exit

RUN apt install -y curl supervisor jq
COPY supervisor.conf /etc/supervisor/conf.d/
COPY api-configuration.sh /
ENV ALLOW_REMOTE_ACCESS="no"
Expand Down

0 comments on commit c5f11c5

Please sign in to comment.