We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73d985 commit ebe7736Copy full SHA for ebe7736
Dockerfile
@@ -70,7 +70,7 @@ RUN mysqld --initialize-insecure
70
USER root
71
RUN useradd helioviewer -m -s /bin/bash && cp /etc/skel/.bash* /home/helioviewer && chown helioviewer:helioviewer /home/helioviewer
72
USER helioviewer
73
-RUN python3 -m pip install --user numpy sunpy matplotlib scipy glymur mysqlclient
+RUN python3 -m pip install --user numpy sunpy matplotlib scipy glymur mysqlclient pytest
74
COPY --chown=helioviewer:helioviewer sample-data/2021.zip /tmp/jp2/2021.zip
75
WORKDIR /tmp/jp2
76
RUN unzip 2021.zip
0 commit comments