Skip to content

Commit

Permalink
Merge pull request #2210 from GiganticMinecraft/fix/add-entrypoint-to…
Browse files Browse the repository at this point in the history
…-downlaod-seichiassist

fix: download-seichiassist に entrypoint を追加
  • Loading branch information
rito528 authored Sep 10, 2024
2 parents 68fdff4 + dd505f9 commit b274e3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
volumeMounts:
- name: work
mountPath: /work
entrypoint: ["/bin/sh", "-c"]
command:
- "apt-get"
- "update"
Expand Down

0 comments on commit b274e3b

Please sign in to comment.