Skip to content

Commit cdaa240

Browse files
authored
Configure shell to use bash
- Previously, we had installed bash, but the shell for RUN commands was still /bin/busybox; this broke the brace expansion loop for the retry logic while installing yarn and Pterodactyl dependencies
1 parent a4c62c4 commit cdaa240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN apk update && apk add --no-cache \
2727
sed \
2828
musl-locales
2929

30+
SHELL ["/bin/bash", "-c"]
3031
ENV LANG=C.UTF-8
3132
ENV LC_ALL=C.UTF-8
3233

0 commit comments

Comments
 (0)