mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* Replace 'curl' and remove 'sudo' -- we're running as 'root' anyway
This commit is contained in:
parent
9881c06e5d
commit
34a2270cf3
@ -64,7 +64,7 @@ ENV DOJO_Build_Deps git make gcc libperl-dev curl nodejs
|
||||
# These packages can be removed after the dojo build
|
||||
ENV DOJO_Build_Deps_removal ${DOJO_Build_Deps} nodejs
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
||||
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user