Skip to content

Commit 6a93f05

Browse files
committed
Install lxtrace from crates.io
1 parent 65de89c commit 6a93f05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker/env.Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM ubuntu:19.04
2-
RUN apt-get update -y && apt-get install -y build-essential gcc-9 g++-9 python3 openjdk-11-jdk libunwind8 busybox --no-install-recommends
3-
ADD https://jjs-dist.s3.amazonaws.com/lxtrace.deb /tmp/lxtrace.deb
4-
RUN dpkg -i /tmp/lxtrace.deb
2+
RUN apt-get update -y && apt-get install -y build-essential gcc-9 g++-9 python3 openjdk-11-jdk libunwind8 busybox pkg-config libunwind-dev curl --no-install-recommends
3+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y --profile minimal
4+
ENV PATH="/root/.cargo/bin:${PATH}"
5+
RUN cargo install lxtrace

0 commit comments

Comments
 (0)