fix: add vrubel user to container passwd for SSH uid lookup
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 18s
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 18s
This commit is contained in:
parent
77b46ec9ad
commit
64a115da68
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
GIT_TERMINAL_PROMPT: '0'
|
||||
|
||||
- name: Ensure Docker CLI
|
||||
run: apk add --no-cache docker-cli docker-cli-compose openssh-client || true
|
||||
run: |
|
||||
apk add --no-cache docker-cli docker-cli-compose openssh-client || true
|
||||
grep -q '^vrubel:' /etc/passwd || echo 'vrubel:x:1000:1000::/data:/bin/sh' >> /etc/passwd
|
||||
|
||||
- name: Setup .env for CI/CD
|
||||
run: cp .env.example .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue