File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ RUN if [ ! -z "${CONTAINER_TIMEZONE}" ]; \
9494RUN apt-get update --fix-missing \
9595 && apt-get -y upgrade \
9696 && apt-get install --yes --no-install-recommends \
97+ git \
9798 nginx \
9899 python-flup \
99100 python-pip \
Original file line number Diff line number Diff line change 3333# - /opt/statsd
3434statsd_dir_contents=$( find /opt/statsd -mindepth 1 -print -quit)
3535if [[ -z $statsd_dir_contents ]]; then
36- apt-get install git && \
37- cd /opt && \
38- wget https://nodejs.org/download/release/v6.14.4/node-v6.14.4-linux-x64.tar.gz && \
39- tar -xvpzf node-v6.14.4-linux-x64.tar.gz && rm node-v6.14.4-linux-x64.tar.gz && mv node-v6.14.4-linux-x64 nodejs && \
4036 git clone -b v0.8.0 https://github.com/etsy/statsd.git /opt/statsd && \
4137 cp $conf_dir /opt/statsd/config_* .js /opt/statsd/
4238fi
You can’t perform that action at this time.
0 commit comments