mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	Update Dockerfile.ci
This commit is contained in:
		
							parent
							
								
									5bf533272e
								
							
						
					
					
						commit
						e07b4beaa6
					
				
							
								
								
									
										2
									
								
								.github/workflows/Dockerfile.ci
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/Dockerfile.ci
									
									
									
									
										vendored
									
									
								
							@ -56,7 +56,7 @@ ENV UID=1000
 | 
			
		||||
ENV GID=1000
 | 
			
		||||
ENV USER=lldap
 | 
			
		||||
RUN apt update && \
 | 
			
		||||
    apt install -y --no-install-recommends tini && \
 | 
			
		||||
    apt install -y --no-install-recommends tini ca-certificates && \
 | 
			
		||||
    apt clean && \
 | 
			
		||||
    rm -rf /var/lib/apt/lists/* && \
 | 
			
		||||
    groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user