Ipsilon: fix build

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-14 16:03:56 +02:00
parent fa775d6538
commit 74a9ec48cc
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -36,13 +36,13 @@ spec:
git git
# Fedora specific stuff # Fedora specific stuff
RUN cd /tmp \ RUN cd /tmp && \
git clone --branch {{ env }} https://pagure.io/fedora-infra/ipsilon-fedora.git \ git clone --branch {{ env }} https://pagure.io/fedora-infra/ipsilon-fedora.git && \
cd ipsilon-fedora \ cd ipsilon-fedora && \
./install.sh ./install.sh
# Cleanup # Cleanup
RUN dnf remove -y git RUN dnf remove -y git && rm -rf /tmp/ipsilon-fedora
# Set up krb5 # Set up krb5
RUN rm -f /etc/krb5.conf && ln -sf /etc/ipsilon/krb5.conf /etc/krb5.conf RUN rm -f /etc/krb5.conf && ln -sf /etc/ipsilon/krb5.conf /etc/krb5.conf