diff --git a/configs/docker/build/Dockerfile b/configs/docker/build/Dockerfile index eca107ed5ad3bb2e68dd1a00081f41d29d8b0e28..6800e54de6ded0a7bec4f671dbfd6b8aa679a182 100644 --- a/configs/docker/build/Dockerfile +++ b/configs/docker/build/Dockerfile @@ -14,6 +14,7 @@ RUN alias ll="ls -ltr" #sets the timezone to London RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata + #these usernames and ids match the production server (IaaS), override when building a local image if needed ARG GNAME=ews ARG UNAME=ewsmanager