diff --git a/configs/conda/conda-env-py3EWS-nobuilds.yml b/configs/conda/conda-env-py3EWS-nobuilds.yml
index e17e6e116531c2e020e7e06d444747de82db9091..cff80bb5ebc58f662a333755ae92d9c64f5f2753 100644
--- a/configs/conda/conda-env-py3EWS-nobuilds.yml
+++ b/configs/conda/conda-env-py3EWS-nobuilds.yml
@@ -186,4 +186,5 @@ dependencies:
       - coverage==6.5.0
       - html-testrunner==1.2.1
       - testresources==2.0.1
+      - rioxarray==0.15.0
 prefix: /storage/app/EWS/envs/conda/py3EWS
diff --git a/configs/docker/build/build.sh b/configs/docker/build/build.sh
index 2600b98ef58b8daadb898498487b8261458351f6..a9ecb85cf0bcb9b1dce0441a64de425469ad8a9d 100644
--- a/configs/docker/build/build.sh
+++ b/configs/docker/build/build.sh
@@ -1,4 +1,4 @@
-cp ../../conda/conda-env-py3EWS-withbuilds.yml .;
+cp ../../conda/conda-env-py3EWS-nobuilds.yml .;
 #   note that if you want to build an image that runs with your credentials, override the following variables when
 #   building the image, e.g. for user 'lb584' with GID and UID 1001:
 #   sudo docker build -t ews_coordinator --build-arg GNAME=lb584 --build-arg UNAME=lb584
@@ -7,4 +7,4 @@ cp ../../conda/conda-env-py3EWS-withbuilds.yml .;
 #   that are mounted. If the default command is run, the user credentials are set to be those of the Cam group server
 
 sudo docker build -t ews_coordinator -f Dockerfile .;
-rm -v conda-env-py3EWS-withbuilds.yml;
+rm -v conda-env-py3EWS-nobuilds.yml;