Skip to content

Commit 5cb07f6

Browse files
author
Steven Chen
committed
refactor: remove unused lines
1 parent 3c855a3 commit 5cb07f6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,3 @@ RUN \
1919
gem update --system && \
2020
cd /opt/build && \
2121
/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ $ docker build -t rubygem-native-builder .
4141
$ docker cp rubygem-native-builder:/opt/build/target /path/to/host/directory
4242
```
4343

44-
Have fun!
44+
Currently, it only builds native extensions for `x86_64` Linux. Have fun!

0 commit comments

Comments
 (0)