Skip to content

Commit

Permalink
Do not remove cache from framework image (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales authored Jan 26, 2024
1 parent d4a7dc9 commit 545d8df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ RUN luet database --system-target /framework get-all-installed --output /framewo
# luet cleanup
RUN luet cleanup --system-target /framework
RUN rm -rf /framework/var/luet
RUN rm -rf /framework/var/cache

FROM scratch AS final
COPY repositories.yaml /etc/luet/luet.yaml
COPY --from=post /framework /
COPY --from=luet /usr/bin/luet /usr/bin/luet
COPY --from=luet /usr/bin/luet /usr/bin/luet

0 comments on commit 545d8df

Please sign in to comment.