Skip to content

Commit 76672d8

Browse files
committed
fix Dockerfile for soya-cli
1 parent 8b3c085 commit 76672d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cli/docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ LABEL org.opencontainers.image.authors="Christoph Fabianek <christoph@ownyourdat
2626

2727
RUN addgroup -S user && \
2828
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 && \
3030
gem install httparty ed25519 multibases multihashes multicodecs json-canonicalization optparse rbnacl dag uri oydid && \
3131
gem install securerandom -v 0.1.1 && \
3232
apk del make gcc musl-dev && \
3333
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 && \
3635
wget https://raw.githubusercontent.com/OwnYourData/oydid/main/cli/oydid.rb -O /usr/local/bin/oydid && \
3736
chmod 755 /usr/local/bin/oydid && \
3837
mkdir -p /usr/src/app/jolt

0 commit comments

Comments
 (0)