mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
add net-tools package
This commit is contained in:
parent
873fda8854
commit
70c9af0267
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue