mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-13 13:34:06 +00:00
Update Node setup commands in PHP Dockerfile
This commit is contained in:
parent
3802d18204
commit
1e4f199d5e
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ RUN apt-get update \
|
|||
openssl \
|
||||
software-properties-common
|
||||
|
||||
RUN curl 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' | apt-key add - \
|
||||
&& echo "deb https://deb.nodesource.com/node_${NODE_VERSION}.x $(lsb_release -cs) main" > /etc/apt/sources.list.d/nodesource.list
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libmcrypt-dev \
|
||||
|
|
Loading…
Reference in a new issue