mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 11:20:15 +01:00
Try to fix Dockerfile.
This commit is contained in:
parent
cad8ed89cc
commit
f7bfa5c112
1 changed files with 1 additions and 2 deletions
|
|
@ -172,8 +172,7 @@ RUN \
|
||||||
ln -s /opt/nodejs/bin/node /usr/bin/node && \
|
ln -s /opt/nodejs/bin/node /usr/bin/node && \
|
||||||
ln -s /opt/nodejs/bin/npm /usr/bin/npm && \
|
ln -s /opt/nodejs/bin/npm /usr/bin/npm && \
|
||||||
mkdir -p /opt/nodejs/lib/node_modules/fibers/.node-gyp /root/.node-gyp/8.16.0 /home/wekan/.config && \
|
mkdir -p /opt/nodejs/lib/node_modules/fibers/.node-gyp /root/.node-gyp/8.16.0 /home/wekan/.config && \
|
||||||
chown wekan --recursive /home/wekan/.config
|
chown wekan --recursive /home/wekan/.config && \
|
||||||
chmod a+w /root/.node-gyp/8.16.0 && \
|
|
||||||
\
|
\
|
||||||
#DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
#DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
||||||
#paxctl -mC `which node` && \
|
#paxctl -mC `which node` && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue