Skip to content

Commit f426608

Browse files
committed
updated image to include scripts when pulled
1 parent 5a85093 commit f426608

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,8 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 \
102102
# Externally accessible data is by default put in /data
103103
WORKDIR /data
104104

105+
ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/NDVI-calc.sh /data
106+
ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/tiff_2_jpg_convert.py /data
107+
ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/write_colormap_file.py /data
108+
105109
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)