Commit f8e67a92 authored by xbe's avatar xbe Committed by Dan Xu

Fix wrong package name in Ubuntu Dockerfile

This corresponds to the change in the install instructions for Ubuntu
outlined in #335.
parent f4376397
...@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
libelf-dev \ libelf-dev \
llvm-5.0-dev \ llvm-5.0-dev \
zlib1g-dev \ zlib1g-dev \
bcc-dev libbpfcc-dev
COPY build.sh /build.sh COPY build.sh /build.sh
ENTRYPOINT ["bash", "/build.sh"] ENTRYPOINT ["bash", "/build.sh"]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment