1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-28 06:23:56 +00:00
Robin Schneider 2019-12-31 16:20:04 +01:00
parent 146525db91
commit 446fc3f1f8
No known key found for this signature in database
GPG key ID: A81E8006DC95EFE6
13 changed files with 158 additions and 40 deletions

View file

@ -27,6 +27,12 @@ FROM clux/muslrust:nightly-2019-12-19 as build
# set sqlite as default for DB ARG for backward compatibility
ARG DB=sqlite
# Build time options to avoid dpkg warnings and help with reproducible builds.
ARG DEBIAN_FRONTEND=noninteractive
ARG LANG=C.UTF-8
ARG TZ=UTC
ARG TERM=xterm-256color
# Don't download rust docs
RUN rustup set profile minimal