mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 10:33:40 +02:00
CRLF to LF
This commit is contained in:
@@ -6,7 +6,7 @@ ARG BITWARDEN_ARCH
|
||||
ARG BUILD_VERSION
|
||||
|
||||
# hadolint ignore=DL3006
|
||||
FROM "bitwardenrs/server:1.18.0${BITWARDEN_ARCH}" as bitwarden
|
||||
FROM "bitwardenrs/server:${BUILD_VERSION}${BITWARDEN_ARCH}" as bitwarden
|
||||
|
||||
###############################################################################
|
||||
# Build the actual add-on.
|
||||
@@ -28,10 +28,10 @@ RUN \
|
||||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
nginx=1.14.2-2+deb10u3 libpq5 libmariadb3 \
|
||||
nginx=1.14.2-2+deb10u3 libpq5 libmariadb3 \
|
||||
&& apt-get clean \
|
||||
&& rm -f -r \
|
||||
/etc/nginx \
|
||||
/etc/nginx \
|
||||
\
|
||||
&& mkdir -p /var/log/nginx \
|
||||
&& touch /var/log/nginx/error.log
|
||||
|
||||
Reference in New Issue
Block a user