Ninjaclasher / dmoj-docker

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

`migrate` script fails because Python 3.7 doesn't support type hinting #7

Closed powergee closed 3 years ago

powergee commented 3 years ago

Hello,

First of all, thank you for starting this project. I'm using these docker configuration for my project, and it is much more convenient to deply online judge frontend.

I found an error while generating the schema for the DB by /dmoj/scripts/migrate.

Current Problem

Suggestion

How about changing the image of base from debian:buster-slim to python:3.8-slim-buster?