We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bdfa6 commit c402c1dCopy full SHA for c402c1d
Dockerfile
@@ -2,9 +2,11 @@ FROM debian:trixie
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
5
-RUN apt-get update
+# add contrib non-free components
6
+RUN sed -i 's/Components: main$/Components: main contrib non-free/' /etc/apt/sources.list.d/*.sources
7
8
# locale gen
9
+RUN apt-get update
10
RUN apt-get install -y locales
11
ENV TZ=Asia/Seoul
12
ENV LANG=ko_KR.UTF-8
0 commit comments