Skip to content

Commit

Permalink
Fix docker build after c419404
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed Jan 4, 2017
1 parent 755ff1b commit 1d566fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.git
.github
.cache
Dockerfile
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
bash \
rsync \
git \
&& bash build.sh -b \
&& rsync -av $(find /tmp/orchestrator-release -type d -name orchestrator -maxdepth 2)/ / \
&& rsync -av $(find /tmp/orchestrator-release -type d -name orchestrator-cli -maxdepth 2)/ / \
Expand Down

0 comments on commit 1d566fd

Please sign in to comment.