maybe fix entrypoint?
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 5m1s
Gentoo Utils / check-format (push) Successful in 11s
Gentoo Utils / docs (push) Successful in 14s
Gentoo Utils / build (push) Successful in 24s
Gentoo Utils / test (push) Failing after 4s

This commit is contained in:
2025-12-12 21:51:50 -06:00
parent f996179738
commit e9a3916ca0
2 changed files with 2 additions and 1 deletions

View File

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

View File

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