vc-executor: Dockerfile ncdu installed

This commit is contained in:
Sergey Matvienko 2023-09-21 14:00:55 +02:00
parent 706855e101
commit 869b318242

View File

@ -16,6 +16,11 @@
FROM thingsboard/openjdk11:bullseye-slim FROM thingsboard/openjdk11:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -yq --no-install-recommends ncdu \
&& rm -rf /var/lib/apt/lists/*
COPY start-tb-vc-executor.sh ${pkg.name}.deb /tmp/ COPY start-tb-vc-executor.sh ${pkg.name}.deb /tmp/
RUN mkdir -p /home/thingsboard/.config/jgit \ RUN mkdir -p /home/thingsboard/.config/jgit \