Skip to content

Commit

Permalink
chore(ampd): include libssl3 in docker image (#592)
Browse files Browse the repository at this point in the history
Co-authored-by: João Sousa <[email protected]>
  • Loading branch information
jcs47 and João Sousa authored Aug 20, 2024
1 parent 8bb895d commit ddddd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ampd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY ./ampd/build.rs ./ampd/build.rs
RUN cargo install --locked --path ./ampd

FROM debian:bookworm-slim AS runner
RUN apt update && apt install libssl3
RUN addgroup --system --gid 1001 axelard && adduser --home /home/axelard --system --uid 1000 --ingroup axelard axelard
WORKDIR /home/axelard
RUN mkdir /.ampd && chown axelard /.ampd
Expand Down

0 comments on commit ddddd80

Please sign in to comment.