Ninjaclasher / dmoj-docker

Docker setup for the DMOJ: Modern Online Judge site.
41 stars 23 forks source link

Install `libjpeg-dev` and use `python:3.8-slim-buster` for the base image #8

Closed powergee closed 3 years ago

powergee commented 3 years ago

It resolves #6 , resolves #7 .

Tested environment

Screenshot

스크린샷, 2021-10-17 01-50-53

Ninjaclasher commented 3 years ago

Hi -- thanks for the PR! Sorry for the long delay. I'm not sure I understand the reasoning behind #6. Which package requries pillow? From what I can tell, none of the packages should be requiring pillow.

powergee commented 3 years ago

qrcode[pil], which requires pillow, is listed on online-judge/requirements.txt. You can find out qrcode[pil] on Line 26.