Skip to content

Commit

Permalink
Merge 6ce90d6 into 5be8c88
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacJoffe committed May 30, 2019
2 parents 5be8c88 + 6ce90d6 commit 2ad929a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
@@ -1,10 +1,13 @@
FROM debian:wheezy
FROM debian/eol:wheezy
MAINTAINER Dave Wittman <dave@objectrocket.com>

ENV MONGODB_VERSION debian71-3.2.0
ENV DEBIAN_FRONTEND noninteractive
ENV PATH /opt/mongodb/bin:${PATH}

RUN apt-get update && apt-get install -y curl && \
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils && \
apt-get install -y curl && \
apt-get install -y git && \
curl -sL https://deb.nodesource.com/setup_5.x | bash - && \
apt-get install -y nodejs && \
mkdir -p /opt/mongodb && \
Expand Down

0 comments on commit 2ad929a

Please sign in to comment.