Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
f23d8988
Commit
f23d8988
authored
Jan 11, 2018
by
Dillon Dumesnil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing rvm and ruby and gem and bundle for marketing goagent
parent
fba38249
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/build/go-agent-marketing/Dockerfile
+2
-2
No files found.
docker/build/go-agent-marketing/Dockerfile
View file @
f23d8988
...
...
@@ -2,8 +2,8 @@ FROM edxops/go-agent:latest
# Install necessary modules for running make requirements in edx-mktg
# Using rvm so we can control the ruby version installed. This also installs gem 2.6.12
RUN
bash
-c
'
apt-add-repository -y ppa:rael-gc/rvm && apt-get update
&&
\
apt-get install -y rvm && source /usr/share/rvm/scripts/rvm
&&
\
RUN
bash
-c
'
\curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles
&&
\
usermod -aG rvm go && source /etc/profile.d/rvm.sh
&&
\
rvm install ruby-2.4.1 && gem install bundler -v 1.16.0'
# Installs node 8.9.3 and npm 5.5.1 as of 12/13/17. Unlikely to change much since node 9 is a stable version for other OS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment