fix build bug

This commit is contained in:
stam 2021-06-02 02:01:17 +03:00
parent 69cebd1c19
commit 59963d1ecf

View File

@ -12,6 +12,11 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG NGINX_RTMP_MODULE_VERSION=1.2.1
##################################################################
# Clear sources.list.d
##################################################################
RUN rm -rfv /etc/apt/sources.list.d/*
##################################################################
# sid sources list
##################################################################