Skip to content

Commit 67dc0f8

Browse files
committed
chore: add temp repo for build process
Signed-off-by: Kim Ebert <[email protected]>
1 parent a78c057 commit 67dc0f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ 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-
echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy rc" >> /etc/apt/sources.list
42+
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
4344

4445
RUN apt-get update -y && apt-get install -y rubygems python3-pip
4546
# && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)