Skip to content

Commit

Permalink
adding system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Jan 3, 2025
1 parent 348b6bd commit 29ba6cc
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 @@ -10,7 +10,7 @@ FROM debian:buster-slim

WORKDIR /app

RUN apt-get update && apt-get install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev libnettle-dev
RUN apt-get update && apt-get install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev
COPY --from=builder /app/target/release/sops-gitops-github-action /usr/local/bin/sops-gitops-github-action

COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit 29ba6cc

Please sign in to comment.