Skip to content

Commit

Permalink
[docutils] Replace Python 3.9 Workaround With Base Builder Python 3.10
Browse files Browse the repository at this point in the history
Replaces the ad-hoc workaround to install Python 3.9, with the
upgraded Python 3.10 version provided by the base-builder and
image.
  • Loading branch information
DaveLak committed Jun 4, 2024
1 parent afa2b5e commit e4c21ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions projects/docutils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/oss-fuzz-base/base-builder-python
RUN apt-get install -y python3.9 python3.9-dev && \
ln --force -s /usr/bin/python3.9 /usr/local/bin/python3 && \
apt-get install -y python3-pip && \
python3 -m pip install cython "atheris>=2.1.1" "pyinstaller==5.0.1" "coverage==6.3.2"
RUN python3 -m pip install cython 'pyinstaller==6.7.0'

RUN git clone --depth=1 https://github.com/jwilk-mirrors/docutils docutils
COPY *.sh *py $SRC/
Expand Down

0 comments on commit e4c21ff

Please sign in to comment.