Skip to content

Commit

Permalink
fix perl version
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 4, 2022
1 parent 8aa1d3f commit 46678d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.inherit
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ADD cvtermpath_fix.sql /opt/cvtermpath_fix.sql
ADD update_urls.sql /opt/update_urls.sql
ADD fix_relationshiptype_lc.diff /opt/fix_relationshiptype_lc.diff
ADD obo_extract_typedefs.py /opt/obo_extract_typedefs.py
RUN chown postgres: -R /opt/ /usr/local/bin/ /usr/local/man/ /usr/local/share/perl/5.20.2/ /usr/local/lib/x86_64-linux-gnu/perl/5.20.2/ $GMOD_ROOT && \
chmod ug+rwx /usr/local/man /usr/local/share/perl/5.20.2/ /usr/local/lib/x86_64-linux-gnu/perl/5.20.2/ $GMOD_ROOT && \
find /usr/local/share/perl/5.20.2/ /usr/local/lib/x86_64-linux-gnu/perl/5.20.2/ -type d -exec chmod ug+rwx '{}' \;
RUN chown postgres: -R /opt/ /usr/local/bin/ /usr/local/man/ /usr/local/share/perl/ /usr/local/lib/x86_64-linux-gnu/perl/ $GMOD_ROOT && \
chmod ug+rwx /usr/local/man /usr/local/share/perl/ /usr/local/lib/x86_64-linux-gnu/perl/ $GMOD_ROOT && \
find /usr/local/share/perl/ /usr/local/lib/x86_64-linux-gnu/perl/ -type d -exec chmod ug+rwx '{}' \;

ADD build.sh /docker-entrypoint-initdb.d/build.sh

0 comments on commit 46678d5

Please sign in to comment.