Skip to content

Commit

Permalink
Merge pull request #73 from YuseiUeno/patch-1
Browse files Browse the repository at this point in the history
docker-compose build で unar が失敗しないように修正

(cherry picked from commit 9b89b8d)
  • Loading branch information
miiton committed Feb 11, 2022
1 parent 886ef05 commit 79d5925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN curl --fail -L https://github.com/source-foundry/Hack/releases/download/$HAC
unar /tmp/dejavu.zip -o /tmp && \
cp /tmp/dejavu-fonts-ttf-$DEJAVU_VERSION/ttf/DejaVuSansMono.ttf sourceFonts/ && \
cp /tmp/dejavu-fonts-ttf-$DEJAVU_VERSION/ttf/DejaVuSansMono-Bold.ttf sourceFonts/ && \
curl -L https://github.com/mirmat/iconsfordevs/raw/$ICONSFORDEVS_VERSION/fonts/iconsfordevs.ttf -o sourceFonts/iconsfordevs.ttf && \
curl -L http://www.unicode.org/Public/12.0.0/ucd/EastAsianWidth.txt -o sourceFonts/EastAsianWidth.txt
curl --fail -L https://github.com/mirmat/iconsfordevs/raw/$ICONSFORDEVS_VERSION/fonts/iconsfordevs.ttf -o sourceFonts/iconsfordevs.ttf
curl --fail -L http://www.unicode.org/Public/12.0.0/ucd/EastAsianWidth.txt -o sourceFonts/EastAsianWidth.txt

COPY cica.py cica.py
COPY width_parser.py width_parser.py
Expand Down

0 comments on commit 79d5925

Please sign in to comment.