1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder.git synced 2026-08-17 03:12:53 +00:00

Environment vars documented.

This commit is contained in:
Rafa Couto
2016-12-22 18:15:07 +01:00
parent b143b0c074
commit 4f827bc33b
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update \
gawk subversion mercurial wget gettext \
&& rm -rf /var/lib/apt/lists/*
ENV WORKDIR="/usr/local/openwrt" OPENWRT_RELEASE="v15.05.1"
ENV WORKDIR="/usr/local/openwrt" OPENWRT_RELEASE="master"
WORKDIR $WORKDIR