Skip to content

Commit 571a315

Browse files
authored
Merge pull request #178 from kranurag7/kr/bin-bash
use /bin/bash as entrypoint for sdk image
2 parents 18107b2 + 7145d45 commit 571a315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/sdk/configs/latest.apko.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ environment:
3737
TERM: xterm-256color
3838

3939
entrypoint:
40-
command: /usr/bin/bash
40+
command: /bin/bash
4141

4242
volumes:
4343
- "/var/lib/docker"

0 commit comments

Comments
 (0)