Updated so that volumes can be properly linked and still synced.

This commit is contained in:
Robin Grönberg
2018-04-18 20:45:25 +02:00
parent 6fe86a5292
commit 4fe9373d23
2 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM debian:wheezy-slim
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8756C4F765C9AC3CB6B85D62379CE192D401AB61 && \
echo deb http://deb.seadrive.org wheezy main | tee /etc/apt/sources.list.d/seafile.list && \
apt-get update -y && \
apt-get install -y seafile-cli procps curl && \
apt-get install -y seafile-cli procps curl grep && \
rm -rf /var/lib/apt/lists/*
WORKDIR /seafile-client