FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gooddata-ruby/Dockerfile.ruby at master · gooddata/gooddata-ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gooddata
/
gooddata-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
125
Star
64
Code
Issues
4
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
gooddata-ruby
/
Dockerfile.ruby
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (12 loc) · 462 Bytes
Breadcrumbs
gooddata-ruby
/
Dockerfile.ruby
Copy path
File metadata and controls
18 lines (12 loc) · 462 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FROM
ruby
:
3.2
.
1
MAINTAINER
Tomas
Korcak
<
korczis
@gmail
.
com
>
RUN
apt
-
get
update
&&
apt
-
get
install
-
y
curl
make
gcc
git
openssh
-
client
g
++
python
binutils
-
gold
gnupg
libstdc
++
6
cmake
# Switch to directory with sources
WORKDIR
/src
ENV HOME=/src
ENV
BUNDLE_PATH
=
$HOME/
bundle
RUN
gem
update
--
system
\
&&
gem
install
--
install
-
dir
$BUNDLE_PATH
bundler
-
v
2.4
.
6
\
&&
gem
install
--
install
-
dir
$BUNDLE_PATH
rake
-
v
13.0
.
6
ADD
.
.
CMD
[
"./bin/gooddata"
]
Back
|
FazBrowse Home
|
New Git URL