| 
									
										
										
										
											2021-12-16 19:51:57 -08:00
										 |  |  | FROM alpine:latest
 | 
					
						
							| 
									
										
										
										
											2020-03-05 18:40:18 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | LABEL org.opencontainers.image.title="Nerd Fonts Patcher" \
 | 
					
						
							|  |  |  |       org.opencontainers.image.description="Patches developer targeted fonts with a high number of glyphs (icons)." \
 | 
					
						
							|  |  |  |       org.opencontainers.image.url="https://www.nerdfonts.com/" \
 | 
					
						
							|  |  |  |       org.opencontainers.image.source="https://github.com/ryanoasis/nerd-fonts" \
 | 
					
						
							|  |  |  |       org.opencontainers.image.licenses="MIT"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-02-05 00:54:58 +08:00
										 |  |  | RUN apk update && apk upgrade && apk add --no-cache fontforge parallel --repository=https://dl-cdn.alpinelinux.org/alpine/latest-stable/community
 | 
					
						
							| 
									
										
										
										
											2020-03-05 18:40:18 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | ENV PYTHONIOENCODING=utf-8
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | VOLUME /in /out
 | 
					
						
							|  |  |  | COPY . /nerd
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-16 19:51:57 -08:00
										 |  |  | ENTRYPOINT [ "/bin/sh", "/nerd/bin/scripts/docker-entrypoint.sh" ]
 |