Skip to content

Commit

Permalink
Merge pull request #2 from harsh4870/update-keycloak
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
vbhayden authored May 6, 2020
2 parents 9dbb8fb + 824aea9 commit e0b6976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG KEYCLOAK_PASSWORD
# Add the PostgreSQL module to the server
#
RUN cd /tmp && \
curl -O http://central.maven.org/maven2/org/postgresql/postgresql/$POSTGRES_JDBC_VERSION/postgresql-$POSTGRES_JDBC_VERSION.jar && \
curl -O http://repo1.maven.org/maven2/org/postgresql/postgresql/$POSTGRES_JDBC_VERSION/postgresql-$POSTGRES_JDBC_VERSION.jar && \
mkdir -p /opt/jboss/keycloak/modules/system/layers/base/org/postgresql/main && \
mv postgresql-$POSTGRES_JDBC_VERSION.jar /opt/jboss/keycloak/modules/system/layers/base/org/postgresql/main/postgresql.jar

Expand Down

0 comments on commit e0b6976

Please # to comment.