Skip to content

Commit

Permalink
[docker] Use jessie instead of stable and MongoDB 3.4 instead of 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p-l- committed Jun 26, 2017
1 parent 6e1ea9d commit 4cf58c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
# You should have received a copy of the GNU General Public License
# along with IVRE. If not, see <http://www.gnu.org/licenses/>.

FROM debian:stable
FROM debian:jessie
MAINTAINER Pierre LALET <[email protected]>

ENV DEBIAN_FRONTEND noninteractive

# MongoDB
# http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
RUN echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 main" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv BC711F9BA15703C6
RUN echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.4 main" | tee /etc/apt/sources.list.d/mongodb-org-3.4.list

# Neo4j
# http://debian.neo4j.org/
Expand Down

0 comments on commit 4cf58c6

Please sign in to comment.