Skip to content

Commit

Permalink
chore(runtime): add openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Mar 27, 2024
1 parent 3d46187 commit 2c15dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN cargo build --release

FROM debian:bullseye-slim
WORKDIR /etherface
RUN apt update && apt install -y libpq5 libssl1.1
RUN apt update && apt install -y libpq5 libssl1.1 openssl
COPY --from=builder /usr/src/etherface/target/release/etherface* /usr/local/bin/

0 comments on commit 2c15dac

Please sign in to comment.