parent
4e0426fb51
commit
55dc434919
5 changed files with 55 additions and 23 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM debian:bookworm-slim
|
||||
WORKDIR /work
|
||||
ADD . /work
|
||||
RUN apt-get update && apt-get -y install build-essential debhelper
|
||||
RUN make debian-package
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
COPY --from=0 tellusagent_*.deb /
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get install -y ./tellusagent_*.deb && rm ./tellusagent_*.deb
|
||||
ENTRYPOINT ["/opt/TellusAgent/tellusagent"]
|
Loading…
Add table
Add a link
Reference in a new issue