mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
Update Dockerfile
quick attempt to fix docker build failing
This commit is contained in:
parent
7eb5ce5926
commit
57ac514d7a
@ -1,4 +1,4 @@
|
||||
FROM alpine:edge
|
||||
FROM alpine:latest
|
||||
|
||||
LABEL org.opencontainers.image.title="Nerd Fonts Patcher" \
|
||||
org.opencontainers.image.description="Patches developer targeted fonts with a high number of glyphs (icons)." \
|
||||
@ -6,7 +6,7 @@ LABEL org.opencontainers.image.title="Nerd Fonts Patcher" \
|
||||
org.opencontainers.image.source="https://github.com/ryanoasis/nerd-fonts" \
|
||||
org.opencontainers.image.licenses="MIT"
|
||||
|
||||
RUN apk update && apk upgrade && apk add --no-cache fontforge --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \
|
||||
RUN apk update && apk upgrade && apk add --no-cache fontforge --repository=https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases && \
|
||||
apk add --no-cache py3-pip && \
|
||||
pip install configparser
|
||||
|
||||
@ -16,4 +16,4 @@ ENV PYTHONIOENCODING=utf-8
|
||||
VOLUME /in /out
|
||||
COPY . /nerd
|
||||
|
||||
ENTRYPOINT [ "/bin/sh", "/nerd/bin/scripts/docker-entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/bin/sh", "/nerd/bin/scripts/docker-entrypoint.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user