Skip to content

Commit

Permalink
updated Dockerfile with latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Mar 13, 2019
1 parent 08794b8 commit f31087f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM hdfgroup/hdf5lib:1.8.16
FROM python:3.6
MAINTAINER John Readey <[email protected]>
RUN cd /usr/local/src ; \
pip install --upgrade pip ; \
pip install h5py ; \
pip install tornado ; \
pip install requests ; \
pip install pytz ; \
Expand All @@ -14,7 +15,7 @@ RUN git clone https://github.com/HDFGroup/hdf5-json.git ; \
cd .. ; \
mkdir h5serv
WORKDIR /usr/local/src/h5serv
COPY server server
COPY h5serv h5serv
COPY util util
COPY test test
COPY data /data
Expand All @@ -26,4 +27,3 @@ EXPOSE 5000
COPY entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f31087f

Please sign in to comment.