Skip to content

Commit

Permalink
[Refactor] 도커이미지 최적화 한국말 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Aug 28, 2024
1 parent 016b329 commit 4753369
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
@@ -1,10 +1,10 @@
# Debian 기반의 OpenJDK 17 이미지 사용
FROM openjdk:17-jdk-slim

# 필요한 패키지 설치 및 로케일 설정
RUN apt-get update && \
apt-get install -y locales wget unzip && \
locale-gen ko_KR.UTF-8 && \
echo "ko_KR.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
apt-get clean

# Locale 환경변수 설정
Expand Down

0 comments on commit 4753369

Please sign in to comment.