We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba0a3c + 3309f24 commit 011e699Copy full SHA for 011e699
Dockerfile
@@ -13,6 +13,9 @@ ARG ARCH=amd64
13
ARG INSTALL_VER="6.0.0.25"
14
ARG NO_MONGODB=false
15
16
+# optional cache busting build arg (value is not actually used anywhere)
17
+ARG MONGODB_VER
18
+
19
# install omada controller (instructions taken from install.sh)
20
RUN /install.sh &&\
21
rm /install.sh
0 commit comments