From 70c9af02677734d718ddeaa4d957276f98190ce9 Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sat, 23 Jan 2021 13:35:02 +0100 Subject: [PATCH] add net-tools package --- seafile/Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/seafile/Dockerfile b/seafile/Dockerfile index c446e65..8ce12dd 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -27,12 +27,13 @@ FROM alpine:3.9 RUN apk add --no-cache \ bash \ -socat \ tzdata \ -python3 \ -mariadb-dev \ procps \ -psmisc +psmisc \ +net-tools \ +socat \ +python3 \ +mariadb-dev ENV SEAFILE_VERSION=8.0.2 ENV LD_LIBRARY_PATH=/lib:/usr/lib