Rename with supervisord

This commit is contained in:
flow.gunso
2019-04-18 17:56:05 +02:00
parent 7ca5f50727
commit fe5f07f20a

View File

@@ -19,12 +19,10 @@ FROM debian:jessie-slim
# Prevent the packages installation to halt. # Prevent the packages installation to halt.
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
# Copy over the seafile repository.
COPY assets/seafile.list /etc/apt/sources.list.d/
# Safely import Seafile APT key, then install both seafile-cli and supervisord. # Safely import Seafile APT key, then install both seafile-cli and supervisord.
COPY utils/build/import-seafile-apt-key.sh / COPY utils/build/import-seafile-apt-key.sh /
RUN /bin/bash /import-seafile-apt-key.sh ;\ RUN echo "deb http://deb.seadrive.org jessie main" > /etc/apt/source.list.d/seafile.list ;\
/bin/bash /import-seafile-apt-key.sh ;\
apt-get update ;\ apt-get update ;\
apt-get install \ apt-get install \
-o Dpkg::Options::="--force-confold" \ -o Dpkg::Options::="--force-confold" \