vc-executor: Dockerfile ncdu installed
This commit is contained in:
parent
706855e101
commit
869b318242
@ -16,6 +16,11 @@
|
||||
|
||||
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/
|
||||
|
||||
RUN mkdir -p /home/thingsboard/.config/jgit \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user