Skip to content

Commit

Permalink
fix copying kaniko directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Dec 1, 2021
1 parent 8c0e840 commit 542ba0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ltsp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ RUN sed -i "s/\${VERSION}/${VERSION}/" /etc/motd

# Generate image
ENV OMIT_FUNCTIONS="remove_users"
ENV ADD_IMAGE_EXCLUDES="/tmp/image.excludes"
RUN printf "%s\n" kaniko image.excludes.tmp > /tmp/image.excludes
RUN ltsp image -I /

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 542ba0d

Please sign in to comment.