diff --git a/projects/bs4/Dockerfile b/projects/bs4/Dockerfile index 9a0de0749..1deb4b3b1 100644 --- a/projects/bs4/Dockerfile +++ b/projects/bs4/Dockerfile @@ -16,7 +16,7 @@ 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 bzr+lp:beautifulsoup