diff --git a/Dockerfile b/Dockerfile index d2c280e..3b3e471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,5 +74,8 @@ RUN --security=insecure /entry-point.sh guix gc --optimize \ && guix package --fallback -i \ nss-certs +# Clean the profile (avoids: https://www.mail-archive.com/help-guix@gnu.org/msg04836.html) +RUN rm -rf /var/guix/profiles/per-user/root/* + ENTRYPOINT ["/entry-point.sh"] CMD ["sh"]