浏览代码

Publish Dockerfile

LuK1337 3 年之前
父节点
当前提交
ca0cff7bce
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      cicd/Dockerfile

+ 6 - 0
cicd/Dockerfile

@@ -0,0 +1,6 @@
+FROM ubuntu:latest
+MAINTAINER LuK1337 <[email protected]>
+
+RUN apt update
+RUN apt -y install aapt python3 python3-pip
+RUN pip install parse requests