FROM hub.evbj.easou.com/qa/book-api:v1c ENV LANG en_US.UTF-8 COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties COPY skywalking-agent.tgz /tmp/skywalking-agent.tgz RUN tar -zxf /tmp/skywalking-agent.tgz -C /app/soft/ && rm -f /tmp/skywalking-agent.tgz ENTRYPOINT ["entrypoint.sh"] CMD ["supervisord"]