Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ARG FASTNETMON_DISTR_NAME

ENV DEBIAN_FRONTEND=noninteractive

COPY resources/fastnetmon.asc /etc/apt/trusted.gpg.d/fastnetmon.asc
COPY resources/fastnetmon_dearmor.gpg /usr/share/keyrings/fastnetmon_dearmor.gpg
RUN apt-get update && \
apt-get install --no-install-recommends -y ca-certificates wget systemd iproute2 gpg msmtp pwgen curl strace aggregate whois tcpdump mtr-tiny && \
echo "deb [arch=amd64] https://repo.fastnetmon.com/fastnetmon_ubuntu_${FASTNETMON_DISTR_NAME} ${FASTNETMON_DISTR_NAME} fastnetmon" > /etc/apt/sources.list.d/fastnetmon.list &&\
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/fastnetmon_dearmor.gpg] https://${FASTNETMON_DISTR_NAME}.ubuntu.repo.fastnetmon.com stable main" > /etc/apt/sources.list.d/fastnetmon.list &&\
apt-get update && \
apt-get install -y fastnetmon=$FASTNETMON_VERSION && \
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down
Binary file added resources/fastnetmon_dearmor.gpg
Binary file not shown.