Skip to content

Commit

Permalink
missing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed May 22, 2024
1 parent ffba8d8 commit 096c8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitacross-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ENTRYPOINT ["/usr/local/bin/bitacross-worker"]
FROM ubuntu:22.04 AS worker-release
LABEL maintainer="Trust Computing GmbH <[email protected]>"

RUN apt update && apt install -y libssl-dev iproute2 protobuf-compiler
RUN apt update && apt install -y libssl-dev iproute2 curl protobuf-compiler

# Adding default user litentry with uid 1000
ARG UID=1000
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ENTRYPOINT ["/usr/local/bin/litentry-worker"]
FROM ubuntu:22.04 AS worker-release
LABEL maintainer="Trust Computing GmbH <[email protected]>"

RUN apt update && apt install -y libssl-dev iproute2 protobuf-compiler
RUN apt update && apt install -y libssl-dev iproute2 curl protobuf-compiler

# Adding default user litentry with uid 1000
ARG UID=1000
Expand Down

0 comments on commit 096c8b3

Please sign in to comment.