Skip to content
Snippets Groups Projects
Commit d29c4b76 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- init

parent f1956540
Branches
Tags
No related merge requests found
FROM git.slub-dresden.de/debian-packaging/dependency_proxy/containers/debian:bullseye-slim
ARG GITDIR
ENV DEBIAN_FRONTEND=noninteractive
ENV EXLIBRIS_REPO=https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
ENV EXLIBRIS_REPODIR=Rosetta.dps-sdk-projects
ENV EXLIBRIS_PATH=/exlibris
RUN apt-get update; \
apt-get install -y --no-install-recommends gnupg wget; \
wget -O - http://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add - ; \
echo "deb http://sdvdebianrepo.slub-dresden.de/deb-repository bullseye main" > /etc/apt/sources.list.d/slub.list;
RUN apt-get update; \
apt-get -y upgrade; \
apt-get install -y \
apt-file \
apt-utils \
make \
openjdk-17-jdk \
junit4 \
git \
;
RUN apt-file update;
RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
RUN ln -s ${EXLIBRIS_REPODIR} ${EXLIBRIS_PATH}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment