|
@@ -18,7 +18,7 @@ ADD http://mirrors.aliyun.com/repo/epel-7.repo /opt/epel-7.repo
|
|
|
RUN rm -rf /etc/yum.repos.d/* \
|
|
|
&& mv /opt/*.repo /etc/yum.repos.d/ \
|
|
|
&& yum clean all \
|
|
|
- && yum install supervisor crontabs -y \
|
|
|
+ && yum install supervisor crontabs rsyslog -y \
|
|
|
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
|
|
|
&& tar -xf /app/soft/resin-4.0.65-relase.tar.gz -C /app/soft \
|
|
|
&& tar -xf /app/soft/flume-1.7.0.tar.gz -C /app/soft \
|