Skip to content

Commit

Permalink
needs to copy the sops binary from the previous multistage
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhunglin committed May 30, 2018
1 parent 3627f7a commit d787a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-infra
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ ENV BUNDLE_PATH /opt/gems

COPY --from=0 /tmp/build/gosu /usr/local/bin/
COPY --from=0 /tmp/build/dumb-init /usr/local/bin/
COPY --from=0 /tmp/build/sops /usr/local/bin/
COPY --from=0 /tmp/build/Gemfile /opt/
COPY --from=0 /tmp/build/Gemfile.lock /opt/
COPY --from=0 /tmp/build/.gemrc /opt/
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ENV BUNDLE_PATH /opt/gems

COPY --from=0 /tmp/build/gosu /usr/local/bin/
COPY --from=0 /tmp/build/dumb-init /usr/local/bin/
COPY --from=0 /tmp/build/sops /usr/local/bin/
COPY --from=0 /tmp/build/Gemfile /opt/
COPY --from=0 /tmp/build/Gemfile.lock /opt/
COPY --from=0 /tmp/build/.gemrc /opt/
Expand Down

0 comments on commit d787a7b

Please sign in to comment.