We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdac9c commit 2acd776Copy full SHA for 2acd776
.github/workflows/build/Dockerfile.ubuntu-2204
@@ -36,7 +36,12 @@ RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev rc" >> /e
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
38
39
-RUN apt-get update -y && apt-get install -y rubygems python3-pip && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
+RUN apt-get update -y && apt-get install -y \
40
+ rubygems \
41
+ python3-pip && \
42
+ apt-get -y autoremove && \
43
+ rm -rf /var/lib/apt/lists/*
44
45
# install fpm
-RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0
46
+RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \
47
+ pip3 install Cython==0.29.36
0 commit comments