瀏覽代碼

Make it build with rustc 1.66.1, which is what's in Ubuntu 20.04

Ian Goldberg 1 年之前
父節點
當前提交
92bd229c4b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Docker/Dockerfile

+ 1 - 0
Docker/Dockerfile

@@ -5,4 +5,5 @@ RUN apt update && apt install -y wget git build-essential net-tools iproute2 ipe
 WORKDIR /root
 COPY . ramen
 WORKDIR /root/ramen
+RUN cargo update -p clap@4.4.7 --precise 4.1.4
 RUN cargo build --release --example=bench_doram