We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65de89c commit 6a93f05Copy full SHA for 6a93f05
docker/env.Dockerfile
@@ -1,4 +1,5 @@
1
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
+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
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y --profile minimal
+ENV PATH="/root/.cargo/bin:${PATH}"
5
+RUN cargo install lxtrace
0 commit comments