Skip to content

Commit 960f781

Browse files
authored
Merge pull request #116 from hyperledger/112-podman
112 podman
2 parents 08f9003 + 65bc34a commit 960f781

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

controller/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ RUN apt-get update -y && apt-get install -y \
1313
libbz2-dev \
1414
zlib1g-dev \
1515
librocksdb-dev \
16-
python3.6 \
16+
python3.5 \
1717
python3-pip \
1818
docker.io
1919
RUN pip3 install -U \
2020
'pip<10.0.0' \
2121
'setuptools<58.0'
22+
RUN pip3 install python3-indy indy-node==1.12.6
2223

24+
25+
# https://podman.io/getting-started/installation#installing-on-linux
26+
# > CAUTION: The Kubic repo is NOT recommended for production use.
2327
RUN echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /" | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
2428
RUN apt-key adv --fetch-keys https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key
25-
RUN pip install python3-indy indy-node==1.12.6
29+
RUN apt-get update -y && apt-get install -y podman
2630

2731
RUN mkdir /opt/controller
2832

0 commit comments

Comments
 (0)