vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit bbef332e25f2e9045c70d7219d7d7f1a38cda316
parent 1e950c7dbc8bfaca0df4fd2d97d12e8b7d1fbc55
Author: Jeremy Lin <jeremy.lin@gmail.com>
Date:   Wed, 10 Jun 2020 01:51:38 -0700

Dockerfile.j2: remove dead code

Diffstat:
Mdocker/Dockerfile.j2 | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/docker/Dockerfile.j2 b/docker/Dockerfile.j2 @@ -109,18 +109,6 @@ RUN apt-get update \ ENV CARGO_HOME "/root/.cargo" ENV USER "root" -{% elif "armv6" in target_file %} -RUN apt-get update \ - && apt-get install -y \ - --no-install-recommends \ - gcc-arm-linux-gnueabihf \ - && mkdir -p ~/.cargo \ - && echo '[target.armv7-unknown-linux-gnueabihf]' >> ~/.cargo/config \ - && echo 'linker = "arm-linux-gnueabihf-gcc"' >> ~/.cargo/config - -ENV CARGO_HOME "/root/.cargo" -ENV USER "root" - {% elif "armv7" in target_file %} RUN apt-get update \ && apt-get install -y \