mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	move bash install into previous RUN command
This commit is contained in:
		
							parent
							
								
									844794dbac
								
							
						
					
					
						commit
						c0de017a66
					
				@ -52,9 +52,8 @@ RUN set -x \
 | 
				
			|||||||
        --uid 10001 \
 | 
					        --uid 10001 \
 | 
				
			||||||
        app \
 | 
					        app \
 | 
				
			||||||
    # Create the /data folder
 | 
					    # Create the /data folder
 | 
				
			||||||
    && mkdir /data && chown app:app /data
 | 
					    && mkdir /data && chown app:app /data \
 | 
				
			||||||
 | 
					    && apk add --no-cache bash
 | 
				
			||||||
RUN apk add --no-cache bash
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
USER app
 | 
					USER app
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user