Remove the sources.sh Ubuntu_Source parameter

This commit is contained in:
alone 2019-12-01 00:02:59 +08:00
parent fe2631649c
commit 497878557c

View File

@ -41,7 +41,7 @@ ARG UBUNTU_SOURCE
COPY ./sources.sh /tmp/sources.sh
RUN if [ ${CHANGE_SOURCE} = true ]; then \
/bin/sh -c /tmp/sources.sh ${UBUNTU_SOURCE} && \
/bin/sh -c /tmp/sources.sh && \
rm -rf /tmp/sources.sh \
;fi