mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
fix influxdb
This commit is contained in:
parent
a31442a185
commit
e04368d294
@ -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} \
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user