File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
FROM qnib/u-supervisor
2
2
3
- RUN apt-get update
4
- RUN apt-get install -y sqlite python3 python-pip gcc
5
- RUN apt-get install -y apt-transport-https
6
- RUN apt-get install -y libmysqlclient-dev \
3
+ RUN echo "deb [trusted=yes] http://repo.iovisor.org/apt/xenial xenial-nightly main" > /etc/apt/sources.list.d/iovisor.list \
4
+ && apt-get update \
5
+ && apt-get install -y sqlite python3 python-pip gcc apt-transport-https libmysqlclient-dev libelf1 bcc-tools libbcc-examples \
7
6
&& pip install mysql
8
7
9
8
ADD . /opt/kernelscope/
@@ -12,10 +11,6 @@ ADD etc/supervisord.d/kernelscope-visualiser.ini \
12
11
etc/supervisord.d/kernelscope.ini \
13
12
etc/supervisord.d/kernelscope-offcputime.ini \
14
13
/etc/supervisord.d/
15
- RUN echo "deb [trusted=yes] http://repo.iovisor.org/apt/xenial xenial-nightly main" > /etc/apt/sources.list.d/iovisor.list \
16
- && apt-get update -y \
17
- && apt-get install -y libelf1 \
18
- && apt-get install -y bcc-tools libbcc-examples
19
14
ADD entrypoint.sh /usr/bin/
20
15
CMD ["/usr/bin/entrypoint.sh" , "/opt/qnib/supervisor/bin/start.sh" , "-n" ]
21
16
You can’t perform that action at this time.
0 commit comments