mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
Docker isn't interactive ofc (#766)
This commit is contained in:
parent
0f64cdce48
commit
00f7312254
@ -19,7 +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
|
||||
RUN apt update && apt install ca-certificates -y # so that webhooks work
|
||||
WORKDIR app
|
||||
|
||||
USER atuin
|
||||
|
Loading…
Reference in New Issue
Block a user