Created
          April 13, 2022 14:57 
        
      - 
      
 - 
        
Save MenukaIshan/ad6032f6a7bd83102154740c9fbe3544 to your computer and use it in GitHub Desktop.  
    This gist shows how to install application is a Redhat ubi8-minimal based container
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM jboss/keycloak:12.0.3 | |
| # Switch to root, in order to install application | |
| USER root | |
| # Install the dev environments you need | |
| RUN microdnf install yum | |
| #Switch back to jboss user to run like previously intended | |
| USER jboss | |
| # Beyond this line should run your code as previously configured | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment