forked from kamba4/sunders
		
	Containerizes application #12
					 2 changed files with 4 additions and 5 deletions
				
			
		changed base container for data_handler
				commit
				
					
					
						5e12ac6b38
					
				
			
		
							
								
								
									
										4
									
								
								Containerfile.data_handler
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Containerfile.data_handler
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,4 @@ | ||||||
|  | FROM ghcr.io/asohh/fedora-minimal-containers/php-cli:43 | ||||||
|  | RUN microdnf install -y php-mysqli php-bcmath php-xml gunzip && microdnf clean all | ||||||
|  | COPY ./utils/* /opt/ | ||||||
|  | COPY ./data_init/*.sql /opt/init/init.sql | ||||||
|  | @ -1,5 +0,0 @@ | ||||||
| FROM docker.io/library/php:cli |  | ||||||
| 
 |  | ||||||
| RUN docker-php-ext-install mysqli bcmath |  | ||||||
| COPY ./utils/* /opt/ |  | ||||||
| COPY ./data_init/*.sql /opt/init/init.sql |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue