mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Merge pull request #145 from paperless-ngx/fix-docker-build
Fix `build-docker-image` CI step
This commit is contained in:
		
						commit
						7cfad2d7ef
					
				
							
								
								
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -188,6 +188,7 @@ jobs:
 | 
				
			|||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sudo apt-get update -qq
 | 
					          sudo apt-get update -qq
 | 
				
			||||||
          sudo apt-get install -qq --no-install-recommends gettext liblept5
 | 
					          sudo apt-get install -qq --no-install-recommends gettext liblept5
 | 
				
			||||||
 | 
					          pip3 install --upgrade pip setuptools wheel
 | 
				
			||||||
          pip3 install -r requirements.txt
 | 
					          pip3 install -r requirements.txt
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Download frontend artifact
 | 
					        name: Download frontend artifact
 | 
				
			||||||
 | 
				
			|||||||
@ -63,6 +63,7 @@ RUN apt-get update \
 | 
				
			|||||||
		build-essential \
 | 
							build-essential \
 | 
				
			||||||
		libpq-dev \
 | 
							libpq-dev \
 | 
				
			||||||
		libqpdf-dev \
 | 
							libqpdf-dev \
 | 
				
			||||||
 | 
						&& python3 -m pip install --upgrade pip setuptools wheel \
 | 
				
			||||||
	&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor \
 | 
						&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor \
 | 
				
			||||||
  && python3 -m pip install --default-timeout=1000 --no-cache-dir -r ../requirements.txt \
 | 
					  && python3 -m pip install --default-timeout=1000 --no-cache-dir -r ../requirements.txt \
 | 
				
			||||||
	&& apt-get -y purge build-essential libqpdf-dev \
 | 
						&& apt-get -y purge build-essential libqpdf-dev \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user