Эх сурвалжийг харах

cicd: Use python3-{parse,requests} from apt

LuK1337 2 сар өмнө
parent
commit
c418218980
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      cicd/Dockerfile

+ 1 - 2
cicd/Dockerfile

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