Skip to content

Commit

Permalink
Merge pull request #36 from hydroshare/develop
Browse files Browse the repository at this point in the history
develop -> master
  • Loading branch information
sblack-usu authored Oct 9, 2019
2 parents fc8d361 + f94d2db commit d77a1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN ./configure --with-python --with-geos=yes \
&& sudo ldconfig
WORKDIR /

# Install iRODS v.4.2.0
# Install iRODS v.4.2.6
RUN wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add - \
&& echo "deb [arch=amd64] https://packages.irods.org/apt/ trusty main" | \
sudo tee /etc/apt/sources.list.d/renci-irods.list \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ djangorestframework==3.8.2
docker-py==1.7.2
dominate==2.3.1
DoubleMetaphone==0.1
drf-haystack==1.8.5
drf-yasg==1.10.0
ecdsa==0.13
enum34==1.1.6
Expand Down

0 comments on commit d77a1e5

Please sign in to comment.