File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,18 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
3131# Plenum
3232# - https://github.com/hyperledger/indy-plenum/issues/1546
3333# - Needed to pick up rocksdb=5.8.8
34- RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev" >> /etc/apt/sources.list && \
35- echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
36- echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
37- echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
34+ # RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev" >> /etc/apt/sources.list && \
35+ # echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
36+ # echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
37+ # echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
3838
39- RUN apt-get update -y && apt-get install -y rubygems python3-pip && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
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
43+
44+ RUN apt-get update -y && apt-get install -y rubygems python3-pip
45+ # && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
4046
4147# install fpm
4248RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0
You can’t perform that action at this time.
0 commit comments