summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSacheendra Talluri <sacheendra.t@gmail.com>2017-03-06 01:30:58 +0100
committerSacheendra Talluri <sacheendra.t@gmail.com>2017-03-06 01:30:58 +0100
commit4cdcb339a38a3e5ac654cd4f889f0fe28835f101 (patch)
tree484cd7a8d4eabc91e0f77ce194020820bdea3ff0 /Dockerfile
parentefb1a88fbf7c7993af0aff4b6eeac22232f72bcc (diff)
Fix problem with bower inside submodule in Docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 9df8dca5..c3edac6c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,9 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& npm install -g gulp-cli \
&& rm -rf /var/lib/apt/lists/*
+# Fix for Bower issue https://github.com/bower/bower/issues/1492
+ENV GIT_DIR=/opendc
+
# Copy opendc
COPY ./ /opendc