Ipsilon: fix build
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
fa775d6538
commit
74a9ec48cc
1 changed files with 4 additions and 4 deletions
|
@ -36,13 +36,13 @@ spec:
|
|||
git
|
||||
|
||||
# Fedora specific stuff
|
||||
RUN cd /tmp \
|
||||
git clone --branch {{ env }} https://pagure.io/fedora-infra/ipsilon-fedora.git \
|
||||
cd ipsilon-fedora \
|
||||
RUN cd /tmp && \
|
||||
git clone --branch {{ env }} https://pagure.io/fedora-infra/ipsilon-fedora.git && \
|
||||
cd ipsilon-fedora && \
|
||||
./install.sh
|
||||
|
||||
# Cleanup
|
||||
RUN dnf remove -y git
|
||||
RUN dnf remove -y git && rm -rf /tmp/ipsilon-fedora
|
||||
|
||||
# Set up krb5
|
||||
RUN rm -f /etc/krb5.conf && ln -sf /etc/ipsilon/krb5.conf /etc/krb5.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue