Skip to content
Snippets Groups Projects
Commit c1dafce4 authored by nimrod's avatar nimrod
Browse files

Dump of previous work.

parent 4af9cfd0
No related branches found
No related tags found
No related merge requests found
[submodule "linux-tracing-workshop"]
path = linux-tracing-workshop
url = https://github.com/goldshtn/linux-tracing-workshop
FROM ubuntu:xenial
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install -y apt-transport-https && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY bcc.list /etc/apt/sources.list.d/bcc.list
RUN apt-get update && \
apt-get install -y bcc-tools tmux && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ENTRYPOINT [ "/usr/bin/tmux" ]
CMD [ "-l" ]
deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main
bcc-tools:
build: ./
privileged: true
tty: true
stdin_open: true
Subproject commit 0dc80c3255b2bb84605745c061a8c1c0939de76a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment