浏览代码

Touch up Dockerfile

Ian Goldberg 2 年之前
父节点
当前提交
8d4de51b67
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -6,9 +6,9 @@ ADD tests/ ./tests/
 ADD run_tests_fast.sh .
 ADD Parsing-results ./Parsing-results
 ADD README.md README.md
-RUN apt-get update -y
-RUN apt-get install -y python3 python3-pip
-RUN pip3 install pandas 
+RUN apt update -y
+RUN apt install -y python3 python3-pip
+RUN pip3 install pandas
 RUN pip3 install numpy
 RUN pip3 install matplotlib
 RUN cargo build --release