remove rsync
This commit is contained in:
		
							parent
							
								
									0806725ca5
								
							
						
					
					
						commit
						232c22208c
					
				
					 2 changed files with 1 additions and 5 deletions
				
			
		|  | @ -5,7 +5,7 @@ RUN echo "deb http://ftp.debian.org/debian/ wheezy-backports main" >> /etc/apt/s | |||
| 	apt-get update -qqy && \ | ||||
| 	apt-get install --no-install-recommends -qqy \ | ||||
| 	curl build-essential ca-certificates git \  | ||||
| 	openssh-server rsync libpam-dev && \ | ||||
| 	openssh-server libpam-dev && \ | ||||
| 	apt-get autoclean && \ | ||||
|     apt-get autoremove && \ | ||||
|     rm -rf /var/lib/apt/lists/* | ||||
|  |  | |||
|  | @ -21,10 +21,6 @@ fi | |||
| 
 | ||||
| service ssh start | ||||
| 
 | ||||
| # sync templates | ||||
| test -d /data/gogs/templates || cp -ar ./templates /data/gogs/ | ||||
| rsync -rtv /data/gogs/templates/ ./templates/ | ||||
| 
 | ||||
| ln -sf /data/gogs/log ./log | ||||
| ln -sf /data/gogs/data ./data | ||||
| ln -sf /data/git /home/git | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue