fix(gotosocial: add tmp containers

This commit is contained in:
JJGadgets
2024-07-16 12:18:06 +08:00
parent fe0d55520b
commit af475d75eb

View File

@@ -111,7 +111,7 @@ spec:
image:
repository: docker.io/library/ruby # sequel gem
tag: 3.3.4
command: ["/bin/sh", "-c", "sleep 3600"]
command: ["/bin/sh", "-c", "gen install sequel pg sqlite3 && sleep 3600"]
env: *env
envFrom: *envFrom
securityContext: