Skip to content

Commit 12ea1d1

Browse files
rdimaiobari12
authored andcommitted
FTS: Dockerfile, add DMC repo for gfal2; fix #437
1 parent 816a755 commit 12ea1d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test-fts/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ RUN dnf install -y yum-utils \
77

88

99
# Install FTS
10-
RUN curl -sSfL -o /etc/yum.repos.d/fts3.repo https://fts-repo.web.cern.ch/fts-repo/fts3-el9.repo \
11-
&& curl -sSfL -o /etc/yum.repos.d/fts3-depend.repo https://fts-repo.web.cern.ch/fts-repo/fts3-depend.repo
1210

11+
# Get repos (DMC is needed for GFAL2)
12+
RUN curl -sSfL -o /etc/yum.repos.d/fts3.repo https://fts-repo.web.cern.ch/fts-repo/fts3-el9.repo \
13+
&& curl -sSfL -o /etc/yum.repos.d/fts3-depend.repo https://fts-repo.web.cern.ch/fts-repo/fts3-depend.repo \
14+
&& curl -sSfL -o /etc/yum.repos.d/dmc.repo https://dmc-repo.web.cern.ch/dmc-repo/dmc-el9.repo
1315

1416
RUN dnf install -y \
1517
fts-server fts-mysql fts-rest-client fts-rest-server fts-monitoring \

0 commit comments

Comments
 (0)