Skip to content

Commit

Permalink
Adding openssl to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Dec 17, 2024
1 parent 6538ab4 commit 5ee1214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN cargo build --release
# Use a minimal base image for the final stage
FROM debian:buster-slim

RUN apt-get update && apt install -y openssl

# Set the working directory
WORKDIR /usr/src/app

Expand Down

0 comments on commit 5ee1214

Please sign in to comment.