Skip to content

Commit 011e699

Browse files
authored
Merge pull request #693 from mbentley/add-mongodb-build-arg
Added mongodb build arg; fixes #692
2 parents eba0a3c + 3309f24 commit 011e699

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ARG ARCH=amd64
1313
ARG INSTALL_VER="6.0.0.25"
1414
ARG NO_MONGODB=false
1515

16+
# optional cache busting build arg (value is not actually used anywhere)
17+
ARG MONGODB_VER
18+
1619
# install omada controller (instructions taken from install.sh)
1720
RUN /install.sh &&\
1821
rm /install.sh

0 commit comments

Comments
 (0)