mirror of https://github.com/google/oss-fuzz.git
Dont use apt for installing things, it isn't meant for scripts. (#6252)
This commit is contained in:
parent
f1491c0e35
commit
4f0b1d0b69
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue