From 9fae4abfe6b95463f6b6d3a9fc12d52e225b364d Mon Sep 17 00:00:00 2001 From: Arthur Laureus Wigo <126365160+arthurlw@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:38:32 -0800 Subject: [PATCH] Update ENV docker format --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dead3a494e52d..4090a4adb1af8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ COPY requirements-dev.txt /tmp RUN python -m pip install -r /tmp/requirements-dev.txt RUN git config --global --add safe.directory /home/pandas -ENV SHELL "/bin/bash" +ENV SHELL="/bin/bash" CMD ["/bin/bash"]