docker中环境变量设置如何让后续的命令看到

设定完环境变量后,需要用&&符号来连接要使用新的环境变量的命令
RUN bash -c "source ~/.bashrc && xxx_command"