mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-29 18:57:11 -04:00
* The NodeSource packages don't need alternatives set up
This commit is contained in:
parent
34a2270cf3
commit
f5909088f0
@ -67,7 +67,6 @@ ENV DOJO_Build_Deps_removal ${DOJO_Build_Deps} nodejs
|
||||
RUN wget --quiet -O - https://deb.nodesource.com/setup_8.x | bash -
|
||||
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y update && \
|
||||
DEBIAN_FRONTEND="noninteractive" apt-get -y install ${DOJO_Build_Deps} && \
|
||||
update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100 && \
|
||||
cd /srv && \
|
||||
git clone --recursive -b $LSMB_VERSION https://github.com/ledgersmb/LedgerSMB.git ledgersmb && \
|
||||
cd ledgersmb && \
|
||||
|
Loading…
Reference in New Issue
Block a user