mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-25 21:13:57 +00:00
Remove duplicate empty lines in generated Dockerfiles
Checked with: ```Shell find . -type f -print0 | xargs -0 pcregrep -M '\n\n\n' ```
This commit is contained in:
parent
446fc3f1f8
commit
f6a4a2127b
13 changed files with 4 additions and 18 deletions
|
@ -76,7 +76,6 @@ ENV ROCKET_PORT=80
|
|||
ENV ROCKET_WORKERS=10
|
||||
ENV SSL_CERT_DIR=/etc/ssl/certs
|
||||
|
||||
|
||||
# Install needed libraries
|
||||
RUN apk add --no-cache \
|
||||
openssl \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue