forked from GNUsocial/gnu-social
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM gsocial/php
 | |
| 
 | |
| WORKDIR /var/www/social
 | |
| 
 | |
| RUN apk update \
 | |
|     && apk add --no-cache $PHPIZE_DEPS runuser \
 | |
|     && pecl install xdebug \
 | |
|     && docker-php-ext-enable xdebug
 | |
| 
 | |
| RUN apk add --no-cache openssh sshpass
 |