Fix docker build

This commit is contained in:
Ryan L McIntyre 2021-12-16 13:10:04 -08:00
parent 57ac514d7a
commit 9107627e22

View file

@ -6,11 +6,10 @@ 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=https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases && \
RUN apk update && apk upgrade && apk add --no-cache fontforge --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing && \
apk add --no-cache py3-pip && \
pip install configparser
# sys.stdout.write encoding (py)
ENV PYTHONIOENCODING=utf-8
VOLUME /in /out