Skip to content

Commit de87855

Browse files
committed
Rely on python:3.9 default LANG env variable
1 parent 6d8f413 commit de87855

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

images/hub/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ FROM python:3.9-slim-bullseye
3030
ARG NB_USER=jovyan
3131
ARG NB_UID=1000
3232
ARG HOME=/home/jovyan
33-
ENV DEBIAN_FRONTEND=noninteractive \
34-
LANG=C.UTF-8
33+
ENV DEBIAN_FRONTEND=noninteractive
3534

3635
RUN adduser --disabled-password \
3736
--gecos "Default user" \

0 commit comments

Comments
 (0)