Skip to content

Commit

Permalink
feat: docker file append 한글 font
Browse files Browse the repository at this point in the history
  • Loading branch information
lopahn2 committed Oct 27, 2023
1 parent 23eee05 commit 23a6788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
xdg-utils \
&& rm -rf /var/lib/apt/lists/*

# 한글 폰트 설정
RUN mkdir /usr/share/fonts/nanumfont

RUN wget http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip
Expand Down

0 comments on commit 23a6788

Please sign in to comment.