mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	Add python dependency to server docker build
This commit is contained in:
		
							parent
							
								
									3e918ffd18
								
							
						
					
					
						commit
						ce1ab1ed50
					
				@ -18,6 +18,9 @@ default_platform(:ios)
 | 
			
		||||
platform :ios do
 | 
			
		||||
  desc "iOS Beta"
 | 
			
		||||
  lane :beta do
 | 
			
		||||
    increment_version_number(
 | 
			
		||||
      version_number: "1.3.1"
 | 
			
		||||
    )
 | 
			
		||||
    increment_build_number({
 | 
			
		||||
      build_number: latest_testflight_build_number + 1
 | 
			
		||||
    })
 | 
			
		||||
@ -32,7 +35,7 @@ platform :ios do
 | 
			
		||||
  desc "iOS Release"
 | 
			
		||||
  lane :release do 
 | 
			
		||||
    increment_version_number(
 | 
			
		||||
      version_number: "1.3.0"
 | 
			
		||||
      version_number: "1.3.1"
 | 
			
		||||
    )
 | 
			
		||||
    increment_build_number({
 | 
			
		||||
      build_number: latest_testflight_build_number + 1
 | 
			
		||||
 | 
			
		||||
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
 | 
			
		||||
 | 
			
		||||
COPY package.json package-lock.json ./
 | 
			
		||||
 | 
			
		||||
# RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
 | 
			
		||||
RUN apk add --update-cache build-base python3 
 | 
			
		||||
 | 
			
		||||
RUN npm install
 | 
			
		||||
 | 
			
		||||
@ -30,7 +30,7 @@ WORKDIR /usr/src/app
 | 
			
		||||
 | 
			
		||||
COPY package.json package-lock.json ./
 | 
			
		||||
 | 
			
		||||
# RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
 | 
			
		||||
RUN apk add --update-cache build-base python3
 | 
			
		||||
 | 
			
		||||
RUN npm install --only=production
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user