Skip to content

Commit

Permalink
feat: Add curl to the container for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Aug 23, 2024
1 parent f822eb3 commit 684ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR /app
RUN cargo auditable build --release

FROM debian:bookworm-slim
RUN apt update && apt install ca-certificates -y
RUN apt update && apt install ca-certificates curl -y
RUN mkdir -p /opt/famedly-sync-agent
WORKDIR /opt/famedly-sync-agent
COPY --from=builder /app/target/release/ldap-sync /usr/local/bin/famedly-sync-agent
Expand Down

0 comments on commit 684ae1d

Please sign in to comment.