Compare commits
1 Commits
8ed9d1ab47
...
5402cfa6b2
| Author | SHA1 | Date | |
|---|---|---|---|
| 5402cfa6b2 |
@ -1,5 +1,8 @@
|
|||||||
# almalinux/9.6/rpmbuilder
|
# almalinux/9.6/rpmbuilder
|
||||||
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
||||||
|
packages = [
|
||||||
|
"sudo"
|
||||||
|
]
|
||||||
scripts_post_packages = [
|
scripts_post_packages = [
|
||||||
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
|
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
|
||||||
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app",
|
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user