mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Added npm and curl to Dockerfile, because Docker build failed.
Thanks to xet7 !
This commit is contained in:
parent
ecd4c7fb02
commit
fb771d46dd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ RUN sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' /usr/src/app/packages/met
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
# Install our NPM packages
|
||||
RUN npm install
|
||||
RUN apt -y install npm curl && npm -g install npm && npm install
|
||||
|
||||
# Install Meteor
|
||||
RUN curl "https://install.meteor.com/" | sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue