1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-10-15 14:24:54 +00:00

Revert yubikey feature, not needed anymore

This commit is contained in:
Daniel García 2019-01-12 15:28:41 +01:00
commit f571df7367
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 9 additions and 33 deletions

View file

@ -55,8 +55,7 @@ COPY . .
# Build
RUN rustup target add aarch64-unknown-linux-gnu
# TODO: Enable yubico when #262 is fixed
RUN cargo build --release --target=aarch64-unknown-linux-gnu -v --no-default-features
RUN cargo build --release --target=aarch64-unknown-linux-gnu -v
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image