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

last round of linting fixes

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-07-06 08:36:18 +02:00
commit 0b13a8c4aa
10 changed files with 101 additions and 78 deletions

View file

@ -31,8 +31,8 @@ ENV USER "root"
# Install needed libraries
RUN apt-get update && apt-get install -y \
libmysqlclient-dev \
--no-install-recommends \
libmysqlclient-dev \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app