Skip to content

Commit

Permalink
Remove openssl docker step in favour of rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed May 9, 2024
1 parent 24972d5 commit 49c88de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ 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 49c88de

Please sign in to comment.