1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Kyrylo Silin
175423ff9d circle: update Dockerfiles to have make & gcc installed
This is needed in case we want to compile dependencies. Without `build-base` we
will be getting errors: https://circleci.com/gh/pry/pry/6102
2019-03-08 01:37:23 +02:00
Kyrylo Silin
4e1fa50e8b circle: add Dockerfiles for custom Rubies
CircleCI doesn't provide images for these Rubies since they are no onger
suported. I had to build them manually and push to dockerhub so we can continue
testing using those Rubies.

I am committing these Dockerfiles since they belong to this project and in case
we need to modify them.
2018-10-16 16:36:15 +08:00