Skip to content

Commit

Permalink
Add libssl dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cirner committed Sep 22, 2021
1 parent cdd6eae commit 1db61fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ FROM debian:buster-slim

LABEL org.opencontainers.image.source=https://github.com/provenance-io/object-store

RUN apt-get update && apt-get install -y \
libssl-dev

EXPOSE 8080

COPY --from=builder /usr/local/cargo/bin/object-store /usr/local/bin/object-store
Expand Down

0 comments on commit 1db61fc

Please sign in to comment.