summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2017-03-06 13:18:29 +0100
committerGitHub <noreply@github.com>2017-03-06 13:18:29 +0100
commit7cc9c9d803ece56925352b257daabea9df25cabb (patch)
tree319d263c2eb5bf20e0a4ee05cb144f57c4525efb /Dockerfile
parentcb9ebe606fe2cbb3bf97f4025b045ac5d9697ee6 (diff)
parent4cdcb339a38a3e5ac654cd4f889f0fe28835f101 (diff)
Merge pull request #7 from sacheendra/master
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