plugin installation in docker

This commit is contained in:
Arthur de Moulins
2020-03-13 15:53:15 +01:00
parent 0d7569439b
commit 23d757c4d6
9 changed files with 164 additions and 65 deletions

View File

@@ -90,6 +90,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
telnet \
autoconf \
libtool \
python \
pkg-config \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists \
@@ -126,7 +127,7 @@ RUN ( \
&& chmod 600 ~/.ssh/id_rsa \
) || echo "Skip SSH key"
RUN ./docker/phraseanet/install-plugins
RUN ./docker/phraseanet/plugins/console install
ENTRYPOINT ["/bootstrap/entrypoint.sh"]