blob: 5d5060cfb0b147e6adb22789ae8d5eea09b47c0d [file] [log] [blame]
COPY ./api-gateway.conf.profiling /etc/api-gateway/api-gateway.conf
RUN apt-get install -y git && mkdir -p /profiling && git clone https://github.com/openresty/stapxx.git && cd stapxx && git clone https://github.com/brendangregg/FlameGraph.git && apt-get remove -y git
RUN apt-get install -y linux-headers-$(uname -r) kbuild gcc
ENV LD_LIBRARY_PATH /usr/local/lib
WORKDIR /tmp/stapxx
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]
CMD ["/etc/init-container.sh"]