1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-17 00:12:31 +00:00

Updated rust images and enabled minimal profile

This commit is contained in:
Daniel García 2019-11-24 17:52:54 +01:00
commit cf5a985b31
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
12 changed files with 52 additions and 28 deletions

View file

@ -22,11 +22,14 @@ RUN ls
########################## BUILD IMAGE ##########################
# Musl build image for statically compiled binary
FROM clux/muslrust:nightly-2019-10-19 as build
FROM clux/muslrust:nightly-2019-11-23 as build
# set mysql backend
ARG DB=mysql
# Don't download rust docs
RUN rustup set profile minimal
ENV USER "root"
# Install needed libraries