judge0 / compilers

📦 Docker image with installed compilers, interpreters and sandbox.
https://hub.docker.com/r/judge0/compilers
GNU General Public License v3.0
93 stars 70 forks source link

Make image buildable #2

Closed GeorgeBekh closed 4 years ago

GeorgeBekh commented 4 years ago

Right now it's not possible to build image from this dockerfile

This PR fixes that issue

GeorgeBekh commented 4 years ago

One more thing that is not in the comments. Can you please in this line inherit from judge0/buildpack-deps:buster-2019-11-23.

If i insert this line the build breaks on gcc 4.9

I suggest doing this update in another PR. It'll probably require a lot of changes

GeorgeBekh commented 4 years ago

@hermanzdosilovic I've left the same fbc version, but it works now. Also i've changed NodeJS installation. Now it just downloads binaries

GeorgeBekh commented 4 years ago

@hermanzdosilovic why've you changed the base branch?

GeorgeBekh commented 4 years ago

If you've already fixed the build in development please merge it to the master branch so i can add other languages e.g. PHP