forked from cerc-io/stack-orchestrator
		
	usermod does not change group ownership of home dir
Former-commit-id: 17355c9e42
			
			
This commit is contained in:
		
							parent
							
								
									467ff235ba
								
							
						
					
					
						commit
						9480b4082e
					
				| @ -22,7 +22,7 @@ RUN \ | ||||
|         groupmod -g ${CERC_HOST_GID} ${USERNAME} ; \ | ||||
|     fi \ | ||||
|     && if [ ${CERC_HOST_UID} -ne 1000 ] ; then \ | ||||
|         usermod -u ${CERC_HOST_UID} -g ${CERC_HOST_GID} ${USERNAME} ; \ | ||||
|         usermod -u ${CERC_HOST_UID} -g ${CERC_HOST_GID} ${USERNAME} && chown ${CERC_HOST_UID}:${CERC_HOST_GID} /home/${USERNAME} ; \ | ||||
|     fi | ||||
| 
 | ||||
| RUN \ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user