Bladeren bron

See 103912

OBT-SYSADM\tomishinets 6 jaren geleden
bovenliggende
commit
fc12be9e10
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      Dockerfile
  2. BIN
      laboratory.tar.gz

+ 2 - 1
Dockerfile

@@ -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 \

BIN
laboratory.tar.gz