1
0
Fork 0

Update Dockerfile

This commit is contained in:
Saibotk 2021-01-02 18:58:38 +00:00
parent ad2d16e9e4
commit 44470a5bc1

View file

@ -8,6 +8,6 @@ RUN true \
RUN true \ RUN true \
&& apt-get update \ && apt-get update \
&& apt-get install -y ansible python3-requests python3-influxdb python3-netaddr \ && apt-get install -y gpg ansible python3-requests python3-influxdb python3-netaddr \
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \ && apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
&& true && true