diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-03-07 23:14:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 23:14:01 +0000 |
| commit | 0f64cdce4883ef9620d1a8800711d3482712441a (patch) | |
| tree | 91ebd20010898fbb58fda5c6a0e35c28a75ac8aa | |
| parent | Add register notification webhook (#764) (diff) | |
| download | atuin-0f64cdce4883ef9620d1a8800711d3482712441a.zip | |
Install CA certificates in docker image (#765)
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ RUN cargo build --release --bin atuin FROM debian:bullseye-20230227-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config +RUN apt update && apt install ca-certificates # so that webhooks work WORKDIR app USER atuin |
