test
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 12s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped

This commit is contained in:
2025-12-17 13:01:32 -06:00
parent 0ec8567972
commit fc015e580a

View File

@@ -31,6 +31,8 @@ USER gentooligan
WORKDIR /workspace
RUN echo "test" > ~/test.txt
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/bash"]