Skip to content

Commit

Permalink
Add tmp dir to imported (#228)
Browse files Browse the repository at this point in the history
agouin authored Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent addf626 commit 39fcb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfile/imported/Dockerfile
Original file line number Diff line number Diff line change
@@ -207,6 +207,7 @@ COPY --from=infra-toolkit /etc/ssl/cert.pem /etc/ssl/cert.pem
# Install heighliner user
COPY --from=infra-toolkit /etc/passwd /etc/passwd
COPY --from=infra-toolkit --chown=1025:1025 /home/heighliner /home/heighliner
COPY --from=infra-toolkit --chown=1025:1025 /tmp /tmp

WORKDIR /home/heighliner
USER heighliner

0 comments on commit 39fcb28

Please sign in to comment.