mirror of
https://github.com/BluemediaDev/nginx-live.git
synced 2025-04-04 16:13:55 +02:00
Don't install unnecessary packages
This commit is contained in:
parent
099d432864
commit
f91def5f69
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ENV HLS_PLAYLIST_LENGTH 20
|
||||||
RUN apt update -y && \
|
RUN apt update -y && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
apt autoremove -y && \
|
apt autoremove -y && \
|
||||||
apt install nginx libnginx-mod-rtmp -y && \
|
apt install -y --no-install-recommends nginx libnginx-mod-rtmp && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue