Skip to content

Commit

Permalink
Revert "Remove openssl docker step in favour of rustls"
Browse files Browse the repository at this point in the history
This reverts commit 49c88de.
  • Loading branch information
alisinabh committed May 9, 2024
1 parent 49c88de commit 1e8fefb
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 @@ -11,6 +11,8 @@ RUN cargo build --release

FROM debian:$DEBIAN_RELEASE-slim

RUN apt-get update && apt-get install -y openssl ca-certificates && rm -rf /var/lib/apt/lists/*

COPY --from=builder /app/target/release/atlas /usr/local/bin/

RUN mkdir -p /opt/atlas/db && chown nobody:root /opt/atlas/db
Expand Down

0 comments on commit 1e8fefb

Please sign in to comment.