Dont use apt for installing things, it isn't meant for scripts. (#6252)

This commit is contained in:
jonathanmetzman 2021-08-19 20:39:57 -07:00 committed by GitHub
parent f1491c0e35
commit 4f0b1d0b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder FROM gcr.io/oss-fuzz-base/base-builder
RUN apt install -y bzr python-lxml python-html5lib RUN apt-get install -y bzr python-lxml python-html5lib
RUN pip3 install 2to3 soupsieve html5lib lxml RUN pip3 install 2to3 soupsieve html5lib lxml
RUN pip3 install bzr+lp:beautifulsoup RUN pip3 install bzr+lp:beautifulsoup