Skip to content

Commit c402c1d

Browse files
authored
Update Dockerfile
1 parent 27bdfa6 commit c402c1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ FROM debian:trixie
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

5-
RUN apt-get update
5+
# add contrib non-free components
6+
RUN sed -i 's/Components: main$/Components: main contrib non-free/' /etc/apt/sources.list.d/*.sources
67

78
# locale gen
9+
RUN apt-get update
810
RUN apt-get install -y locales
911
ENV TZ=Asia/Seoul
1012
ENV LANG=ko_KR.UTF-8

0 commit comments

Comments
 (0)