We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db31406 commit d69dbf1Copy full SHA for d69dbf1
.github/workflows/build/Dockerfile.ubuntu-2204
@@ -39,6 +39,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
39
40
41
RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy dev" >> /etc/apt/sources.list
42
+RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy rc" >> /etc/apt/sources.list
43
RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy-static/ jammy stable" >> /etc/apt/sources.list
44
45
RUN apt-get update -y && apt-get install -y rubygems python3-pip
0 commit comments