mirror of
https://github.com/tusc/ntopng-udm.git
synced 2026-02-03 13:53:23 +00:00
Update Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
|
||||
RUN mkdir -p /root/packages
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY packages/*_5.1*.deb /root/packages
|
||||
COPY packages/*.deb /root/packages
|
||||
|
||||
RUN sed -i -e's/ main/ main contrib/g' /etc/apt/sources.list && \
|
||||
apt-get update && apt-get --no-install-recommends -y install \
|
||||
|
||||
Reference in New Issue
Block a user