trying to fix again
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 4m3s
Gentoo Utils / check-format (push) Successful in 16s
Gentoo Utils / docs (push) Successful in 18s
Gentoo Utils / build (push) Successful in 30s
Gentoo Utils / test (push) Failing after 2s

This commit is contained in:
2025-12-12 22:13:59 -06:00
parent 0e3d8c1a30
commit 32aa830a01
2 changed files with 2 additions and 3 deletions

View File

@@ -31,6 +31,4 @@ USER gentooligan
WORKDIR /workspace
RUN cat /entrypoint.sh >> /home/gentooligan/.bash_profile
CMD ["/bin/bash", "-l"]
CMD ["/bin/bash", "-l", "-c", "/entrypoint.sh"]

View File

@@ -3,3 +3,4 @@
source /etc/profile
source /lib/gentoo/functions.sh
exec "$@"