Skip to content

Commit

Permalink
Merge pull request #91 from boschresearch/feature/ubuntu20-rc2
Browse files Browse the repository at this point in the history
Ubuntu20 image based on ubuntu20 RC2
  • Loading branch information
mgmgwi committed Jun 9, 2022
2 parents 3501fd6 + 37bb4fc commit cb40bd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068

# Hyperledger Artifactory
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9692C00E657DDE61 \
&& echo "deb https://hyperledger.jfrog.io/artifactory/indy focal dev" >> /etc/apt/sources.list \
&& echo "deb https://hyperledger.jfrog.io/artifactory/indy focal rc" >> /etc/apt/sources.list \
# Prioritize packages from hyperledger.jfrog.io
&& printf '%s\n%s\n%s\n' 'Package: *' 'Pin: origin hyperledger.jfrog.io' 'Pin-Priority: 1001' >> /etc/apt/preferences

Expand All @@ -40,8 +40,8 @@ RUN pip3 install -U \


RUN apt-get update -y && apt-get install -y \
indy-node="1.13.0~dev1653037779" \
indy-plenum="1.13.0~dev14" \
indy-node="1.13.1~rc2" \
indy-plenum="1.13.1~rc2" \
ursa="0.3.2-1" \
python3-pyzmq="22.3.0" \
rocksdb="5.8.8" \
Expand Down

0 comments on commit cb40bd1

Please sign in to comment.