From 369580000176f94a229bd69d728bdd57fa82d1d2 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 3 Nov 2015 10:02:48 -0500 Subject: [PATCH] New relic was installed wrong on the image. Will fix later --- rails-prod-Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rails-prod-Dockerfile b/rails-prod-Dockerfile index c281723..06bb141 100644 --- a/rails-prod-Dockerfile +++ b/rails-prod-Dockerfile @@ -7,11 +7,11 @@ RUN apt-get -y upgrade RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libssl-dev libyaml-dev libreadline-dev openssl curl git-core zlib1g-dev bison libxml2-dev libxslt1-dev libcurl4-openssl-dev libsqlite3-dev sqlite3 wget apache2 apt-transport-https nodejs mysql-client #New Relic -RUN echo deb http://apt.newrelic.com/debian/ newrelic non-free >> /etc/apt/sources.list.d/newrelic.list -RUN wget -O- https://download.newrelic.com/548C16BF.gpg | apt-key add - -RUN apt-get update -RUN apt-get install newrelic-sysmond -y -RUN nrsysmond-config --set license_key=$NEW_RELIC_LICENSE_KEY +#RUN echo deb http://apt.newrelic.com/debian/ newrelic non-free >> /etc/apt/sources.list.d/newrelic.list +#RUN wget -O- https://download.newrelic.com/548C16BF.gpg | apt-key add - +#RUN apt-get update +#RUN apt-get install newrelic-sysmond -y +#RUN nrsysmond-config --set license_key=$NEW_RELIC_LICENSE_KEY #Passenger RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CAC40B2F7