Skip to content
Snippets Groups Projects
Commit a90b4854 authored by Gunnar Aasen's avatar Gunnar Aasen
Browse files

Add licenses to telegraf container

parent 390399a7
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
dpkg -i telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb && \
rm -f telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb*
COPY licenses.tar.gz /usr/share/doc/telegraf/licenses.tar.gz
RUN tar -xvzf /usr/share/doc/telegraf/licenses.tar.gz --directory /usr/share/doc/telegraf/
EXPOSE 8125/udp 8092/udp 8094
COPY entrypoint.sh /entrypoint.sh
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment