Skip to content

Commit

Permalink
Merge pull request #136 from Concordium/lma/recover-id-object/docker-…
Browse files Browse the repository at this point in the history
…curl

Curl to recover-id-object
  • Loading branch information
lassemand authored Feb 15, 2024
2 parents d9c8f3d + df3d708 commit f33c782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recover-id-object/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ COPY --from=build /usr/app/recover-id-object/target/release/recover-id-object ./

RUN apt-get update && \
apt-get -y install \
ca-certificates \
# curl is used to report errors to slack with
ca-certificates curl \
&& rm -rf /var/lib/apt/lists/*

RUN chmod +x recover-id-object
Expand Down

0 comments on commit f33c782

Please sign in to comment.