no longer depend on logrotate (only recommend)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user