Skip to content
Snippets Groups Projects
Commit d66de19f authored by Alexander König's avatar Alexander König
Browse files

added a line to sql Dockerfile to install git

parent 2092e4cd
No related branches found
No related tags found
No related merge requests found
FROM postgres:9.6.3
LABEL maintainer="Alexander König <Alexander.Koenig@eurac.edu>"
# install git
RUN apt-get update &&\
apt-get -y install git
# copy int db script
RUN mkdir -p /docker-entrypoint-initdb.d
COPY commul-customization/init-dspace-dbs.sh /docker-entrypoint-initdb.d/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment