From fb03beab9020fa86bb7d999da15cbfa6be4ca5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Castillo=20Alarc=C3=B3n?= Date: Fri, 15 Dec 2017 08:49:45 +0100 Subject: [PATCH] Add NLS_LANG and ORA_SDTZ env variables And set them to Spanish Spain --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 68974fd..a2d63b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ VOLUME ["/usr/workdir"] ENV USERNAME scott ENV NET_SERVICE_NAME XE ENV EDITOR=vi +ENV NLS_LANG SPANISH_SPAIN.WE8MSWIN1252 +ENV ORA_SDTZ Europe/Madrid WORKDIR "/usr/workdir"