Skip to content

Commit ebe7736

Browse files
Add pytest to python modules (#14)
1 parent e73d985 commit ebe7736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN mysqld --initialize-insecure
7070
USER root
7171
RUN useradd helioviewer -m -s /bin/bash && cp /etc/skel/.bash* /home/helioviewer && chown helioviewer:helioviewer /home/helioviewer
7272
USER helioviewer
73-
RUN python3 -m pip install --user numpy sunpy matplotlib scipy glymur mysqlclient
73+
RUN python3 -m pip install --user numpy sunpy matplotlib scipy glymur mysqlclient pytest
7474
COPY --chown=helioviewer:helioviewer sample-data/2021.zip /tmp/jp2/2021.zip
7575
WORKDIR /tmp/jp2
7676
RUN unzip 2021.zip

0 commit comments

Comments
 (0)