Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ RUN echo "${SSH_KEY}" > .ssh/id_rsa && chmod 600 .ssh/id_rsa COPY . . # verify no issues exist in the spec file rpmlint nsd-app-wrap.spec RUN rpmlint nsd-app-wrap.spec # build the RPM RUN ./rpmbuild.sh Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ RUN echo "${SSH_KEY}" > .ssh/id_rsa && chmod 600 .ssh/id_rsa COPY . . # verify no issues exist in the spec file rpmlint nsd-app-wrap.spec RUN rpmlint nsd-app-wrap.spec # build the RPM RUN ./rpmbuild.sh Loading