Create the missing apt source.list.d directory
This commit is contained in:
@@ -28,7 +28,8 @@ COPY utils/build/import-seafile-apt-key.sh /
|
|||||||
COPY assets/docker-entrypoint.sh /entrypoint.sh
|
COPY assets/docker-entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
||||||
RUN echo "deb http://deb.seadrive.org jessie main" \
|
RUN mkdir -p /etc/apt/source.list.d/ ;\
|
||||||
|
echo "deb http://deb.seadrive.org jessie main" \
|
||||||
> /etc/apt/source.list.d/seafile.list ;\
|
> /etc/apt/source.list.d/seafile.list ;\
|
||||||
bash /import-seafile-apt-key.sh ;\
|
bash /import-seafile-apt-key.sh ;\
|
||||||
apt-get update ;\
|
apt-get update ;\
|
||||||
|
|||||||
@@ -28,7 +28,8 @@ COPY utils/build/import-seafile-apt-key.sh /
|
|||||||
COPY assets/docker-entrypoint.sh /entrypoint.sh
|
COPY assets/docker-entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
||||||
RUN echo "deb http://deb.seadrive.org jessie main" \
|
RUN mkdir -p /etc/apt/source.list.d/ ;\
|
||||||
|
echo "deb http://deb.seadrive.org jessie main" \
|
||||||
> /etc/apt/source.list.d/seafile.list ;\
|
> /etc/apt/source.list.d/seafile.list ;\
|
||||||
/bin/bash /import-seafile-apt-key.sh ;\
|
/bin/bash /import-seafile-apt-key.sh ;\
|
||||||
apt-get update ;\
|
apt-get update ;\
|
||||||
|
|||||||
Reference in New Issue
Block a user