Skip to content

Commit

Permalink
#85: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed May 9, 2022
1 parent 8e5c8da commit 18cf62f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ RUN pip3 install --upgrade setuptools pip
# Install our runtime server
RUN pip3 install "gunicorn~=20.1"

# FIXME: At later stage run installation with pip3 directly from source
# Install from git
RUN pip3 install "git+${DMCI_REPO}@${DMCI_VERSION}#dmci=discovery-metadata-catalog-ingestor"

# Install from Git
#RUN git clone --depth 1 --branch ${DMCI_VERION} ${DMCI_REPO} /dmci
#RUN pip3 install -e /dmci

# Download MMD
RUN git clone --depth 1 --branch ${MMD_VERSION} ${MMD_REPO} /tmp/mmd; \
mkdir -p /usr/share/mmd/xslt /usr/share/mmd/xsd; \
Expand Down

0 comments on commit 18cf62f

Please sign in to comment.