reduce dependencies
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 28m22s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 28m22s
This commit is contained in:
parent
08eccac788
commit
41f7031def
@ -5,7 +5,6 @@ RUN apk --no-cache add \
|
|||||||
gcc \
|
gcc \
|
||||||
protoc \
|
protoc \
|
||||||
protobuf-dev \
|
protobuf-dev \
|
||||||
openssl-dev \
|
|
||||||
musl-dev
|
musl-dev
|
||||||
|
|
||||||
ENV CARGO_CARGO_NEW_VCS="none"
|
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_HOST="0.0.0.0"
|
||||||
ENV ATUIN_PORT=8888
|
ENV ATUIN_PORT=8888
|
||||||
ENV ATUIN_OPEN_REGISTRATION=true
|
ENV ATUIN_OPEN_REGISTRATION=false
|
||||||
ENV RUST_LOG=info,atuin_server=debug
|
ENV RUST_LOG=info,atuin_server=debug
|
||||||
|
|
||||||
USER atuin
|
USER atuin
|
||||||
|
Loading…
Reference in New Issue
Block a user