mirror of
https://github.com/11notes/docker-influxdb.git
synced 2025-10-23 08:12:14 +00:00
add infos, clear cache
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Alpine :: InfluxDB
|
||||
   
|
||||
    
|
||||
|
||||
Run InfluxDB based on Alpine Linux. Small, lightweight, secure and fast 🏔️
|
||||
|
||||
|
@@ -7,12 +7,12 @@
|
||||
|
||||
# :: update image
|
||||
RUN set -ex; \
|
||||
apk --update --no-cache add \
|
||||
apk --no-cache add \
|
||||
curl \
|
||||
tzdata \
|
||||
shadow; \
|
||||
apk update; \
|
||||
apk upgrade;
|
||||
apk --no-cache upgrade; \
|
||||
apk cache clear;
|
||||
|
||||
# :: prepare image
|
||||
RUN set -ex; \
|
||||
|
Reference in New Issue
Block a user