Skip to content

Commit

Permalink
Update sop-openpgpjs-v2: point to OpenPGP.js v6.0.0-beta.3 and add su…
Browse files Browse the repository at this point in the history
…pport for custom profiles
  • Loading branch information
larabr committed Sep 16, 2024
1 parent 9571f2a commit 8f0c6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ENV SOP_OPENPGPJS_V2_DIR=/sop-openpgpjs-v2

ARG SOP_OPENPGPJS_V2_REPO=https://github.com/openpgpjs/sop-openpgpjs.git

ARG SOP_OPENPGPJS_V2_TAG=v2.0.0-0
ARG SOP_OPENPGPJS_V2_TAG=v2.0.0-1

RUN mkdir ${SOP_OPENPGPJS_V2_DIR}

Expand All @@ -170,7 +170,7 @@ RUN npm install

ENV PATH=${SOP_OPENPGPJS_V2_DIR}:${PATH}

ENV SOP_OPENPGPJS_V2=${SOP_OPENPGPJS_V2_DIR}/sop-openpgp
ENV SOP_OPENPGPJS_V2=${SOP_OPENPGPJS_V2_DIR}/sopenpgpjs

# Install RNP
RUN apt update && apt install -y cmake libbz2-dev zlib1g-dev libjson-c-dev build-essential python3 python-is-python3
Expand Down

0 comments on commit 8f0c6c9

Please sign in to comment.