We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02536bb + 3a6d98b commit d29016bCopy full SHA for d29016b
1 file changed
opensciencegrid/vo-frontend/Dockerfile
@@ -13,7 +13,7 @@ RUN groupadd -o -g 993 frontend
13
RUN useradd -o -u 996 -g 993 -s /bin/sh frontend
14
15
# for developement, grab gwms from upcoming
16
-RUN yum -y install \
+RUN yum --disablerepo=osg-upcoming -y install \
17
git \
18
glideinwms-vofrontend-standalone \
19
jq \
0 commit comments