File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,12 @@ LABEL org.opencontainers.image.authors="Christoph Fabianek <christoph@ownyourdat
26
26
27
27
RUN addgroup -S user && \
28
28
adduser -S user -G user && \
29
- apk add --no-cache vim libsodium-dev git make gcc musl-dev jq npm openjdk8 bash curl && \
29
+ apk add --no-cache vim libsodium-dev git make gcc musl-dev jq npm openjdk8 bash curl py3-pip && \
30
30
gem install httparty ed25519 multibases multihashes multicodecs json-canonicalization optparse rbnacl dag uri oydid && \
31
31
gem install securerandom -v 0.1.1 && \
32
32
apk del make gcc musl-dev && \
33
33
apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python && \
34
- python3 -m ensurepip && \
35
- pip3 install --no-cache --upgrade pip setuptools pytest requests pytest-subprocess && \
34
+ pip3 install --no-cache --upgrade pip setuptools pytest requests pytest-subprocess --break-system-packages && \
36
35
wget https://raw.githubusercontent.com/OwnYourData/oydid/main/cli/oydid.rb -O /usr/local/bin/oydid && \
37
36
chmod 755 /usr/local/bin/oydid && \
38
37
mkdir -p /usr/src/app/jolt
You can’t perform that action at this time.
0 commit comments