[fix] typo in Dockerfile
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									4ef1c706f8
								
							
						
					
					
						commit
						f7af28fdf2
					
				@ -43,7 +43,8 @@ RUN apk add --no-cache -t build-dependencies \
 | 
			
		||||
    tini \
 | 
			
		||||
    uwsgi \
 | 
			
		||||
    uwsgi-python3 \
 | 
			
		||||
    brotli \
 | 
			
		||||
    brotli
 | 
			
		||||
 | 
			
		||||
# For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt
 | 
			
		||||
ARG TARGETARCH
 | 
			
		||||
RUN if [ "$TARGETARCH" = "arm" ]; then \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user