Publish Dockerfile
This commit is contained in:
parent
2d5a84a23b
commit
ca0cff7bce
6
cicd/Dockerfile
Normal file
6
cicd/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ubuntu:latest
|
||||
MAINTAINER LuK1337 <priv.luk@gmail.com>
|
||||
|
||||
RUN apt update
|
||||
RUN apt -y install aapt python3 python3-pip
|
||||
RUN pip install parse requests
|
Loading…
Reference in New Issue
Block a user