forked from gooddata/gooddata-ruby
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile.ruby
More file actions
Latest commit
19 lines (11 loc) · 387 Bytes
/
Copy pathDockerfile.ruby
File metadata and controls
19 lines (11 loc) · 387 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROMruby:2.3-alpine
MAINTAINERTomasKorcak <korczis@gmail.com>
RUNapkadd --no-cachecurlmakegccgitg++ pythonlinux-headersbinutils-goldgnupglibstdc++ opensslcmakecurl-dev
RUNln -s/usr/bin/make /usr/bin/gmake
# Switch to directory with sources
WORKDIR/src
RUN gem update --system \
&& gem install bundler
ENV BUNDLE_PATH=/bundle
ADD..
CMD["./bin/gooddata"]