mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Try to fix Dockerfile
This commit is contained in:
parent
2cd1fbf9d9
commit
0723a204e8
1 changed files with 2 additions and 2 deletions
|
@ -88,14 +88,14 @@ RUN \
|
|||
grep node node-SHASUMS256.txt.asc | shasum -a 256 -c - && \
|
||||
rm -f node-SHASUMS256.txt.asc && \
|
||||
chmod +x node && \
|
||||
mv node /opt/nodejs/bin/ && \
|
||||
mv node /opt/nodejs/bin/node && \
|
||||
\
|
||||
# Create symlinks
|
||||
ln -s /opt/nodejs/bin/node /usr/bin/node && \
|
||||
ln -s /opt/nodejs/bin/npm /usr/bin/npm && \
|
||||
\
|
||||
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
||||
paxctl -mC `which node` && \
|
||||
paxctl -mC /opt/nodejs/bin/node && \
|
||||
\
|
||||
# Install Node dependencies
|
||||
npm install -g npm@${NPM_VERSION} && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue