mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2024-11-09 23:24:08 -08:00
Fix slash
This commit is contained in:
parent
53a8ea070f
commit
21494a2538
|
@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||
LABEL maintainer="thespad"
|
||||
|
||||
# environment settings
|
||||
ARG UNIFI_BRANCH="stable" \
|
||||
ARG UNIFI_BRANCH="stable"
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
RUN \
|
||||
|
|
|
@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||
LABEL maintainer="thespad"
|
||||
|
||||
# environment settings
|
||||
ARG UNIFI_BRANCH="stable" \
|
||||
ARG UNIFI_BRANCH="stable"
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue