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 a78c057 commit 67dc0f8Copy full SHA for 67dc0f8
.github/workflows/build/Dockerfile.ubuntu-2204
@@ -39,7 +39,8 @@ 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
- echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy rc" >> /etc/apt/sources.list
+ echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy rc" >> /etc/apt/sources.list && \
43
+ echo "deb [trusted=yes] http://209.141.41.82:8000/ packagedir/" >> /etc/apt/sources.list
44
45
RUN apt-get update -y && apt-get install -y rubygems python3-pip
46
# && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
0 commit comments