Fix stray character in dockerfile.opensuse (#62)

This commit is contained in:
Jonathan R. Madsen
2022-05-19 16:12:45 -05:00
committed by GitHub
parent 506c26cf82
commit c7e9627e75
+1 -1
View File
@@ -38,6 +38,6 @@ RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -
for i in ${PYTHON_VERSIONS}; do conda create -n py3.${i} -c defaults python=3.${i} pip; done && \
conda clean -a -y && \
conda init
œ
WORKDIR /home
SHELL [ "/bin/bash", "--login", "-c" ]