1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00

fix influxdb

This commit is contained in:
kev 2016-06-01 14:20:35 +08:00
parent a31442a185
commit e04368d294
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ ENV COLLECTD_URL=https://github.com/collectd/collectd/raw/master/src/types.db
RUN set -xe \
&& apt-get update \
&& apt-get install -y wget \
&& apt-get install -y ca-certificates wget \
&& wget ${INFLUXDB_URL} -O ${INFLUXDB_FILE} \
&& echo "${INFLUXDB_MD5} ${INFLUXDB_FILE}" | md5sum -c \
&& dpkg -i ${INFLUXDB_FILE} \

View File

@ -13,7 +13,7 @@ ENV COLLECTD_URL=https://github.com/collectd/collectd/raw/master/src/types.db
RUN set -xe \
&& apt-get update \
&& apt-get install -y wget \
&& apt-get install -y ca-certificates wget \
&& wget ${INFLUXDB_URL} -O ${INFLUXDB_FILE} \
&& echo "${INFLUXDB_MD5} ${INFLUXDB_FILE}" | md5sum -c \
&& dpkg -i ${INFLUXDB_FILE} \