remove lxml dependency
This commit is contained in:
@@ -4,6 +4,6 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install beautifulsoup4 lxml
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python", "ppf.py"]
|
||||
Reference in New Issue
Block a user