浏览代码

Don't cache "apt update" in the Dockerfile

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

+ 1 - 2
Dockerfile.in

@@ -1,6 +1,5 @@
 FROM ubuntu:18.04
-RUN apt update
-RUN apt install -y python3 python3-pip python3-dev python3-sympy build-essential screen sudo psmisc gnuplot-nox
+RUN apt update && apt install -y python3 python3-pip python3-dev python3-sympy build-essential screen sudo psmisc gnuplot-nox
 RUN pip3 install merklelib==1.0
 RUN pip3 install pynacl==1.3.0
 RUN groupadd -g GROUP_ID walkingo