dev #2
10
Dockerfile
10
Dockerfile
@@ -77,14 +77,8 @@ RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/debian.s
|
|||||||
update-locale LANG=${LANG} LANGUAGE=${LANGUAGE} LC_ALL=${LC_ALL} && \
|
update-locale LANG=${LANG} LANGUAGE=${LANGUAGE} LC_ALL=${LC_ALL} && \
|
||||||
ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime && \
|
ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime && \
|
||||||
dpkg-reconfigure -f noninteractive tzdata && \
|
dpkg-reconfigure -f noninteractive tzdata && \
|
||||||
cat > /etc/default/keyboard <<'EOF'
|
printf 'XKBMODEL="pc105"\nXKBLAYOUT="%s"\nXKBVARIANT=""\nXKBOPTIONS=""\nBACKSPACE="guess"\n' "${COUNTRY}" > /etc/default/keyboard && \
|
||||||
XKBMODEL="pc105"
|
dpkg-reconfigure -f noninteractive keyboard-configuration
|
||||||
XKBLAYOUT="${COUNTRY}"
|
|
||||||
XKBVARIANT=""
|
|
||||||
XKBOPTIONS=""
|
|
||||||
BACKSPACE="guess"
|
|
||||||
EOF \
|
|
||||||
&& dpkg-reconfigure -f noninteractive keyboard-configuration
|
|
||||||
|
|
||||||
#COPY config/pam/ /etc/pam.d/
|
#COPY config/pam/ /etc/pam.d/
|
||||||
#COPY config/nsswitch.conf /etc/nsswitch.conf
|
#COPY config/nsswitch.conf /etc/nsswitch.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user