Skip to content

Commit

Permalink
Remove --chown from templated file for now due to GoogleContainerTool…
Browse files Browse the repository at this point in the history
…s/kaniko#9 (still investigating the rest of the process)
  • Loading branch information
pmcq committed Jul 13, 2018
1 parent 8c43991 commit aa23fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions languages/python2/Dockerfile.compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ COPY algosource /opt/algorithm
RUN /opt/algorithm/bin/build

FROM algorithmiahq/langpack-runner:python2
COPY --from=builder --chown=algo /home/algo/.local /home/algo/.local
COPY --from=builder --chown=algo /opt/algorithm/src /opt/algorithm/src
COPY --from=builder --chown=algo /opt/algorithm/algorithmia.conf /opt/algorithm/algorithmia.conf
COPY --from=builder /home/algo/.local /home/algo/.local
COPY --from=builder /opt/algorithm/src /opt/algorithm/src
COPY --from=builder /opt/algorithm/algorithmia.conf /opt/algorithm/algorithmia.conf

0 comments on commit aa23fdb

Please sign in to comment.