Commit 2cbc6266 authored by Linshizhi's avatar Linshizhi

Update Dockerfile

parent b1c8cc25
......@@ -10,7 +10,8 @@ RUN apt-get update -y && \
apt-get install -y mesa-common-dev && \
apt-get install -y liblzma-dev && \
apt-get install -y wget && \
apt-get install -y git
apt-get install -y git && \
apt-get install -y python3
RUN wget https://github.com/bazelbuild/bazel/releases/download/5.2.0/bazel_5.2.0-linux-x86_64.deb
RUN apt-get install -y /root/bazel_5.2.0-linux-x86_64.deb
......
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