File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
dev-setup/ubuntu/ubuntu-2004 Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,10 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.
4545
4646# todo: Will be removed when libindy will have been replace by indy-vdr, askar, and indy-credx
4747RUN echo "deb [signed-by=/etc/apt/keyrings/ubuntu-bionic.gpg] http://security.ubuntu.com/ubuntu bionic-security main" > /etc/apt/sources.list.d/ubuntu-bionic.list
48- RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/deb bionic master" > /etc/apt/sources.list.d/sovrin.list
4948RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list.d/sovrin.list
5049
50+ # todo: Will be removed when Ursa is replaced
51+ RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.jfrog.io/artifactory/indy bionic master" > /etc/apt/sources.list.d/sovrin.list
5152
5253RUN apt-get update -y && apt-get install -y \
5354 # Python
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
2727# - Needed to pick up rocksdb=5.8.8
2828RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy focal dev" >> /etc/apt/sources.list && \
2929 echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
30- echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
30+ echo "deb https://hyperledger.jfrog.io/artifactory/indy bionic master" >> /etc/apt/sources.list && \
3131 echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
3232
3333
@@ -36,4 +36,4 @@ RUN apt-get update -y && apt-get install -y \
3636 python3-pip \
3737 rubygems && \
3838 gem install --no-document dotenv:2.8.1 fpm:1.14.2 && \
39- pip3 install Cython==0.29.36
39+ pip3 install Cython==0.29.36
Original file line number Diff line number Diff line change @@ -40,9 +40,11 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.
4040
4141# todo: Will be removed when libindy will have been replace by indy-vdr, askar, and indy-credx
4242RUN echo "deb [signed-by=/etc/apt/keyrings/ubuntu-bionic.gpg] http://security.ubuntu.com/ubuntu bionic-security main" > /etc/apt/sources.list.d/ubuntu-bionic.list
43- RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/deb bionic master" > /etc/apt/sources.list.d/sovrin.list
4443RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list.d/sovrin.list
4544
45+ # todo: Will be removed when Ursa is replaced
46+ RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.jfrog.io/artifactory/indy bionic master" > /etc/apt/sources.list.d/sovrin.list
47+
4648RUN apt update -y && apt install -y rubygems python3-pip && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
4749
4850# install fpm
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE
2828# - Needed to pick up rocksdb=5.8.8
2929RUN sudo add-apt-repository 'deb https://hyperledger.jfrog.io/artifactory/indy focal dev' && \
3030 sudo add-apt-repository 'deb http://security.ubuntu.com/ubuntu bionic-security main' && \
31- sudo add-apt-repository 'deb https://repo.sovrin.org/deb bionic master' && \
31+ sudo add-apt-repository 'deb https://hyperledger.jfrog.io/artifactory/indy bionic master' && \
3232 sudo add-apt-repository 'deb https://repo.sovrin.org/sdk/deb bionic master'
3333
3434RUN sudo apt-get update -y && sudo apt-get install -y \
@@ -69,4 +69,4 @@ RUN pip3 install -U \
6969 flake8==3.8.4
7070
7171# install fpm
72- RUN sudo gem install --no-document rake dotenv:2.8.1 fpm:1.14.2
72+ RUN sudo gem install --no-document rake dotenv:2.8.1 fpm:1.14.2
Original file line number Diff line number Diff line change 44
55 sudo apt-get update && sudo apt-get install -y apt-transport-https ca-certificates
66 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068DB5E88
7- sudo echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list
8- sudo echo "deb https://repo.sovrin.org/deb bionic stable" >> /etc/apt/sources.list
7+ sudo echo "deb https://hyperledger.jfrog.io/artifactory/indy bionic master" >> /etc/apt/sources.list
98 sudo echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list
109
1110 sudo apt-get update && sudo apt-get install -y \
You can’t perform that action at this time.
0 commit comments