Skip to content

Commit d69dbf1

Browse files
authored
Fix/fix repos (#21)
* fix: add rc back Signed-off-by: Kim Ebert <[email protected]> --------- Signed-off-by: Kim Ebert <[email protected]>
1 parent db31406 commit d69dbf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build/Dockerfile.ubuntu-2204

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
3939

4040

4141
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
4243
RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy-static/ jammy stable" >> /etc/apt/sources.list
4344

4445
RUN apt-get update -y && apt-get install -y rubygems python3-pip

0 commit comments

Comments
 (0)