We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8811fb commit b8f6bacCopy full SHA for b8f6bac
Dockerfile
@@ -13,5 +13,5 @@ COPY requirements-dev.txt /tmp
13
RUN python -m pip install -r /tmp/requirements-dev.txt
14
RUN git config --global --add safe.directory /home/pandas
15
16
-ENV SHELL "/bin/bash"
+ENV SHELL="/bin/bash"
17
CMD ["/bin/bash"]
0 commit comments