mirror of
https://github.com/embarklabs/embark-docker.git
synced 2025-02-12 07:36:34 +00:00
don't need to source bash-it during build
This commit is contained in:
parent
c7b4ec25d0
commit
052a63183e
@ -105,8 +105,6 @@ WORKDIR /home/embark
|
||||
RUN git clone --depth 1 \
|
||||
https://github.com/Bash-it/bash-it.git \
|
||||
.bash_it 2> /dev/null \
|
||||
&& export BASH_IT=${HOME}/.bash_it \
|
||||
&& . ${BASH_IT}/bash_it.sh \
|
||||
&& mkdir -p .bash_it/custom/themes/nodez \
|
||||
&& pip install --user nodeenv==${NODEENV_VERSION} \
|
||||
&& mkdir -p .local/nodeenv \
|
||||
|
Loading…
x
Reference in New Issue
Block a user