Skip to content

Commit 6de09bb

Browse files
committed
chore(base): change default shell to bash
1 parent 8b09976 commit 6de09bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE_LAYER
22
FROM ${BASE_LAYER}
33
ENV LANG C.UTF-8
4+
SHELL ["/bin/bash", "-c"]
45
ENTRYPOINT ["init-stack"]

0 commit comments

Comments
 (0)