mirror of
https://github.com/BluemediaGER/nginx-live.git
synced 2024-11-22 09:55:28 +01:00
Don't install unnecessary packages
This commit is contained in:
parent
099d432864
commit
f91def5f69
|
@ -14,7 +14,7 @@ ENV HLS_PLAYLIST_LENGTH 20
|
|||
RUN apt update -y && \
|
||||
apt upgrade -y && \
|
||||
apt autoremove -y && \
|
||||
apt install nginx libnginx-mod-rtmp -y && \
|
||||
apt install -y --no-install-recommends nginx libnginx-mod-rtmp && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue