We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c855a3 commit 5cb07f6Copy full SHA for 5cb07f6
Dockerfile
@@ -19,8 +19,3 @@ RUN \
19
gem update --system && \
20
cd /opt/build && \
21
/bin/bash build.sh
22
-# bundle install --path vendor/bundle && \
23
-# cd vendor/bundle/ruby && \
24
-# tar zcvf nokogiri-1.8.2.tar.gz 2.2.0/extensions/x86_64-linux/2.2.0-static/nokogiri-1.8.2 && \
25
-# mv nokogiri-1.8.2.tar.gz /opt/build && \
26
-# cd -
README.md
@@ -41,4 +41,4 @@ $ docker build -t rubygem-native-builder .
41
$ docker cp rubygem-native-builder:/opt/build/target /path/to/host/directory
42
```
43
44
-Have fun!
+Currently, it only builds native extensions for `x86_64` Linux. Have fun!
0 commit comments