From 9bb85a303abc57a1027f2894e32d11c2d3db45e2 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 9 Aug 2024 17:13:54 +0100
Subject: [PATCH] test commit

---
 configs/docker/build/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/docker/build/Dockerfile b/configs/docker/build/Dockerfile
index eca107e..6800e54 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
-- 
GitLab