Skip to content
Snippets Groups Projects
Commit 148fb586 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Add fsmpi-website image

parent 09f2e8ce
No related branches found
No related tags found
No related merge requests found
Pipeline #842 passed
......@@ -88,3 +88,9 @@ ansible-buster:
stage: second
variables:
IMAGE_NAME: fsmpi-ansible
website-stretch:
extends: .build-stretch
stage: second
variables:
IMAGE_NAME: fsmpi-website
ARG DEBIAN_RELEASE=stretch
FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:${DEBIAN_RELEASE}
RUN apt-get update && apt-get install -y openssh-client rsync default-jre git && rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment