Skip to content

Commit

Permalink
Merge pull request #1879 from buildpacks/bugfix/jjbustamante/issue-1875
Browse files Browse the repository at this point in the history
Adding /tmp folder to pack image distribution
  • Loading branch information
jkutner authored Sep 6, 2023
2 parents d225948 + f00e030 commit 549e7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN make build
FROM scratch
COPY --from=builder /app/out/pack /usr/local/bin/pack
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /tmp /tmp
ENTRYPOINT [ "/usr/local/bin/pack" ]

0 comments on commit 549e7b8

Please sign in to comment.