no longer depend on logrotate (only recommend)

This commit is contained in:
John
2021-11-10 19:49:41 +01:00
parent b4ca4d9a11
commit c09ba1e686
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
libmosquitto1 libstdc++6 libc6 libgcc1 \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"
+1 -1
View File
@@ -21,7 +21,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
libmosquitto1 libstdc++6 libc6 libgcc1 \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"
+1 -1
View File
@@ -21,7 +21,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \
FROM %BASE_IMAGE%-slim
%QEMU_FROM_COPY%
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
libmosquitto1 libstdc++6 libc6 libgcc1 \
&& rm -rf /var/lib/apt/lists/*
LABEL maintainer "ebusd@ebusd.eu"
+2 -1
View File
@@ -107,7 +107,8 @@ Architecture: $ARCH
Maintainer: John Baier <ebusd@ebusd.eu>
Homepage: https://github.com/john30/ebusd
Bugs: https://github.com/john30/ebusd/issues
Depends: logrotate, libstdc++6 (>= 4.8.1), libc6, libgcc1$extralibs
Depends: libstdc++6 (>= 4.8.1), libc6, libgcc1$extralibs
Recommends: logrotate
Description: eBUS daemon.
ebusd is a daemon for handling communication with eBUS devices connected to a
2-wire bus system.