diff --git a/Dockerfile b/Dockerfile index 23a4a7c..1ca88d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +COPY --from=luet /usr/bin/luet /usr/bin/luet