Skip to content

Commit

Permalink
Fix base image to add support for ARM
Browse files Browse the repository at this point in the history
While trying to build Rocket.chat for ARM64 we found the Fibers package missing. There is a prebuilt Fibers package for x64, but it has to be built from source on arm64. However, the build fails with -slim node image from which some tools like python are missing.

Therefore we request the Rocket.chat project switch to using the non slim version of node image.

The issue was reported earlier here : RocketChat#48
  • Loading branch information
khasim committed Aug 8, 2018
1 parent aa71f27 commit 0f72854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.11-slim
FROM node:8.11

# crafted and tuned by pierre@ozoux.net and sing.li@rocket.chat
MAINTAINER buildmaster@rocket.chat
Expand Down

0 comments on commit 0f72854

Please sign in to comment.