nicbet / docker-phoenix

A dockerized Phoenix development and runtime environment.
GNU General Public License v3.0
277 stars 57 forks source link

update dockerfile to use --no-document instead of deprecated --no-ri --no-rdoc #33

Closed asifaly closed 1 year ago

asifaly commented 1 year ago

Update the Dockerfile in .devcontainer folder to install ruby with the latest --no-document flag instead of the deprecated --no-ri --no-rdoc flag.

--no-ri --no-rdoc causes opening of the container in vs-code to fail