From 41f7031def1750dd43fa7063302fa054b839dd1c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 12 Jun 2024 11:04:33 +0200 Subject: [PATCH] reduce dependencies --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index a10e46b..87a0e7f 100644 --- a/Containerfile +++ b/Containerfile @@ -5,7 +5,6 @@ RUN apk --no-cache add \ gcc \ protoc \ protobuf-dev \ - openssl-dev \ musl-dev ENV CARGO_CARGO_NEW_VCS="none" @@ -31,7 +30,7 @@ COPY --from=builder /passwd /etc/passwd ENV ATUIN_HOST="0.0.0.0" ENV ATUIN_PORT=8888 -ENV ATUIN_OPEN_REGISTRATION=true +ENV ATUIN_OPEN_REGISTRATION=false ENV RUST_LOG=info,atuin_server=debug USER atuin