Skip to content
Snippets Groups Projects
Unverified Commit 3938a91c authored by Vincent Sellier's avatar Vincent Sellier
Browse files

fix arm docker builds

parent c2c018d5
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ RUN chown cozy:cozy /usr/local/cozy-stack/cozy /usr/local/cozy-stack/scripts/kon ...@@ -37,7 +37,6 @@ RUN chown cozy:cozy /usr/local/cozy-stack/cozy /usr/local/cozy-stack/scripts/kon
RUN chmod u+x /entrypoint.sh /usr/local/cozy-stack/scripts/konnector-node-run.sh RUN chmod u+x /entrypoint.sh /usr/local/cozy-stack/scripts/konnector-node-run.sh
# Raspberry hack for node # Raspberry hack for node
RUN if uname -m | grep -Eq "arm"; then ln -s /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3; fi
RUN ln -s /usr/local/node/bin/node /usr/bin/node RUN ln -s /usr/local/node/bin/node /usr/bin/node
USER cozy USER cozy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment