Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #94 from hkeeler/docker-keycloak-rm-rm
Browse files Browse the repository at this point in the history
Disable cleanup steps in Keycloak Dockerfile
  • Loading branch information
kgudel authored Mar 10, 2017
2 parents d7049c0 + 7a72f17 commit 8d01eb0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,4 @@ RUN echo 'Keycloak SPI build starting...' && \
cp target/keycloak-authenticator-hmda-${KC_LIB_VER}.jar /opt/jboss/keycloak/providers && \
echo 'Keycloak SPIs build successful!'

USER root
# Remove source and build tools
RUN rm -rf ~/.m2 ${KC_SPI_DEST} /tmp/${MAVEN_FILE}
USER jboss

EXPOSE 8443

0 comments on commit 8d01eb0

Please sign in to comment.