Skip to content

Commit

Permalink
Merge pull request #116 from hyperledger/112-podman
Browse files Browse the repository at this point in the history
112 podman
  • Loading branch information
Echsecutor committed Oct 19, 2022
2 parents 08f9003 + 65bc34a commit 960f781
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ RUN apt-get update -y && apt-get install -y \
libbz2-dev \
zlib1g-dev \
librocksdb-dev \
python3.6 \
python3.5 \
python3-pip \
docker.io
RUN pip3 install -U \
'pip<10.0.0' \
'setuptools<58.0'
RUN pip3 install python3-indy indy-node==1.12.6


# https://podman.io/getting-started/installation#installing-on-linux
# > CAUTION: The Kubic repo is NOT recommended for production use.
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
RUN apt-key adv --fetch-keys https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key
RUN pip install python3-indy indy-node==1.12.6
RUN apt-get update -y && apt-get install -y podman

RUN mkdir /opt/controller

Expand Down

0 comments on commit 960f781

Please sign in to comment.