kosmas58 / pia-docker

Killian Kemps (https://github.com/KillianKemps) has created an awesome Docker configuration to setup a Docker environment for production purpose. Thanks to Killian it is much easier now to run PIA. A simple docker-compose up does everything and gives a running website : front-end, back-end and database.
GNU General Public License v3.0
37 stars 34 forks source link

Error installing bundler #24

Open ChrisBBBBBBB opened 4 months ago

ChrisBBBBBBB commented 4 months ago

Hey, I got an error when compose up:

image

ChrisBBBBBBB commented 4 months ago

Ok, I just update the docker/cnil-pia-back/Dockerfile with:

RUN gem install bundler -v 2.4.22
#RUN gem install bundler

Now this is fine with bundler

ChrisBBBBBBB commented 4 months ago

I now get this error:

image