mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-06 20:47:53 +00:00
[Dockerfile] Set the SHELL to bash with pipefail option
This commit is contained in:
@@ -13,6 +13,9 @@ LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
|
||||
LABEL name="nvm-dev-env"
|
||||
LABEL version="latest"
|
||||
|
||||
# Set the SHELL to bash with pipefail option
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Prevent dialog during apt install
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
|
Reference in New Issue
Block a user