|
@@ -3,6 +3,7 @@ ENTRYPOINT ["/opt/docker-entrypoint.sh"]
|
|
|
COPY docker-entrypoint.sh \
|
|
|
updatedb.sh \
|
|
|
healthcheck.sh \
|
|
|
+ laboratory.tar.gz \
|
|
|
/opt/
|
|
|
COPY mongodb-org-3.6.repo /etc/yum.repos.d/
|
|
|
ENV CATALINA_HOME="/opt/tomcat"
|
|
@@ -28,7 +29,7 @@ RUN set -x \
|
|
|
&& yum install telnet -y \
|
|
|
&& yum install web-laboratory-admin -y \
|
|
|
&& yum install nc -y \
|
|
|
- && yum install mongodb-org-shell -y \
|
|
|
+ && yum install mongodb-org-shell mongodb-org-tools -y \
|
|
|
&& yum clean all \
|
|
|
&& chmod +x /opt/docker-entrypoint.sh \
|
|
|
&& chmod +x /opt/healthcheck.sh \
|