Skip to content

Commit

Permalink
op-deployer: Update dockerfile
Browse files Browse the repository at this point in the history
Update the op-deployer Dockerfile to install CA certificates and symlink /op-deployer into /usr/local/bin so that it's on the container's PATH.
  • Loading branch information
mslipper committed Nov 19, 2024
1 parent cd2df97 commit f13f3b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion op-deployer/Dockerfile.default
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM debian:bookworm-20240812-slim
ENTRYPOINT ["/op-deployer"]
COPY op-deployer /op-deployer
COPY op-deployer /op-deployer

RUN apt-get update && apt-get install -y ca-certificates
RUN ln -s /op-deployer /usr/local/bin/op-deployer

0 comments on commit f13f3b6

Please sign in to comment.