Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed May 25, 2020
1 parent a29ffb8 commit ab8a2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN cd $HOME \
modules/org/dcm4che/core \
modules/org/dcm4che/net \
modules/org/dcm4che/net-audit \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules-psql/42.2.10/jdbc-jboss-modules-psql-42.2.10.tar.gz | tar xz \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules-mysql/8.0.18/jdbc-jboss-modules-mysql-8.0.18.tar.gz | tar xz \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules-oracle/12.2.0.1/jdbc-jboss-modules-oracle-12.2.0.1.tar.gz | tar xz \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules-psql/42.2.12/jdbc-jboss-modules-psql-42.2.12.tar.gz | tar xz \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules-mysql/8.0.20/jdbc-jboss-modules-mysql-8.0.20.tar.gz | tar xz \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules-oracle/19.6.0.0/jdbc-jboss-modules-oracle-19.6.0.0.tar.gz | tar xz \
&& chown -R keycloak:keycloak $JBOSS_HOME

COPY docker-entrypoint.sh setenv.sh /
Expand Down

0 comments on commit ab8a2ac

Please sign in to comment.