OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Update Dockerfile #482

Closed garyray-k closed 5 years ago

garyray-k commented 5 years ago

During the Database setup: of the Docker Setup (https://github.com/OperationCode/operationcode_backend/blob/master/docs/setup/docker_setup.md) I encountered an error in second step of Dockerfile (make setup). I then used the following to rectify the issue: https://superuser.com/questions/1423486/issue-with-fetching-http-deb-debian-org-debian-dists-jessie-updates-inrelease?newreg=ebb41cc90fe14d52a0e83393a2a90918 This updated the sources.list and allowed the container to run apt-get update without fail. Submitted PR since I don't think this will break anything critical in the code.

Description of changes

Added an additional line to the Dockerfile that updates the Debian /etc/apt/sources.list of the container for ruby2.3.3.

Issue Resolved

No issue opened for this. Fixes #